#969424

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

Shades of Citron #969424

Tints of Citron #969424

Color information

#969424 (or 0x969424) is unknown color: approx Citron. HEX triplet: 96, 94 and 24. RGB value is (150,148,36). Sum of RGB (Red+Green+Blue) = 150+148+36=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #969424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969424 is #696BDB. Grayscale: #888888. Windows color (decimal): -6908892 or 2397334. OLE color: 2397334.

HSL color Cylindrical-coordinate representation of color #969424: hue angle of 58.95º 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 #969424 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB15014836-
CMYK00.010.760.41
HSL58.95º61.29%36.47%-
HSV(B)58.95º76%58.82%-
XYZ23.4927.795.8-
YUV135.8371.66138.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 148 (58.20% from 255) = 44.31%
BLUE value IS 36 (14.45% from 255) = 10.78%
R=44.91%
G=44.31%
B=10.78%

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
Decimal1501483600.010.760.4158.9561.2936.47
Hex969424014C293b3d24
Octal226224440111451737544
Binary1001011010010100100100011001100101001111011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969424; }

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

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

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

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

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

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

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

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