#969524

Color #969524 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #969524

Tints of Citron #969524

Color information

#969524 (or 0x969524) is unknown color: approx Citron. HEX triplet: 96, 95 and 24. RGB value is (150,149,36). Sum of RGB (Red+Green+Blue) = 150+149+36=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #969524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969524 is #696ADB. Grayscale: #888888. Windows color (decimal): -6908636 or 2397590. OLE color: 2397590.

HSL color Cylindrical-coordinate representation of color #969524: hue angle of 59.47º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #969524 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB15014936-
CMYK00.010.760.41
HSL59.47º61.29%36.47%-
HSV(B)59.47º76%58.82%-
XYZ23.6428.115.85-
YUV136.4271.33137.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 149 (58.59% from 255) = 44.48%
BLUE value IS 36 (14.45% from 255) = 10.75%
R=44.78%
G=44.48%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501493600.010.760.4159.4761.2936.47
Hex969524014C293b3d24
Octal226225440111451737544
Binary1001011010010101100100011001100101001111011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969524; }

 p { color: rgb(150,149,36); }

 H1.HeaderClassName
 {
   color: #969524;
 }
 .AnyTagClassName
 {
   color: #969524;
 }
</style>
background-color css

<style>
 a { background-color: #969524; }

 a { background-color: rgb(150,149,36); }

 div.DivClassName
 {
   background-color: #969524;
 }
 .BgClassName
 {
   background-color: #969524;
 }
</style>
border-color css

<style>
 span { border-color: #969524; }

 span { border-color: rgb(150,149,36); }

 td.TdClassName
 {
   border-color: #969524;
 }
 .TagClassName
 {
   border-color: #969524;
 }
</style>