#969F32

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

Shades of Citron #969F32

Tints of Citron #969F32

Color information

#969F32 (or 0x969F32) is unknown color: approx Citron. HEX triplet: 96, 9F and 32. RGB value is (150,159,50). Sum of RGB (Red+Green+Blue) = 150+159+50=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 159 - color contains mainly: green. Hex color #969F32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969F32 is #6960CD. Grayscale: #909090. Windows color (decimal): -6906062 or 3317654. OLE color: 3317654.

HSL color Cylindrical-coordinate representation of color #969F32: hue angle of 64.95º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #969F32 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB15015950-
CMYK0.0600.690.38
HSL64.95º52.15%40.98%-
HSV(B)64.95º68.55%62.35%-
XYZ25.5531.517.75-
YUV143.8875.02132.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 159 (62.5% from 255) = 44.29%
BLUE value IS 50 (19.92% from 255) = 13.93%
R=41.78%
G=44.29%
B=13.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150159500.0600.690.3864.9552.1540.98
Hex969F32604526413429
Octal2262376260105461016451
Binary1001011010011111110010110010001011001101000001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969F32; }

 p { color: rgb(150,159,50); }

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

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

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

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

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

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

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