#969624

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

Shades of Citron #969624

Tints of Citron #969624

Color information

#969624 (or 0x969624) is unknown color: approx Citron. HEX triplet: 96, 96 and 24. RGB value is (150,150,36). Sum of RGB (Red+Green+Blue) = 150+150+36=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969624 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969624 is #6969DB. Grayscale: #898989. Windows color (decimal): -6908380 or 2397846. OLE color: 2397846.

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

Color convert

RGB15015036-
CMYK000.760.41
HSL60º61.29%36.47%-
HSV(B)60º76%58.82%-
XYZ23.828.425.9-
YUV13771137.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 150 (58.98% from 255) = 44.64%
BLUE value IS 36 (14.45% from 255) = 10.71%
R=44.64%
G=44.64%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15015036000.760.416061.2936.47
Hex969624004C293c3d24
Octal226226440011451747544
Binary1001011010010110100100001001100101001111100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969624; }

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

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

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

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

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

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

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

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