#969F33

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

Shades of Citron #969F33

Tints of Citron #969F33

Color information

#969F33 (or 0x969F33) is unknown color: approx Citron. HEX triplet: 96, 9F and 33. RGB value is (150,159,51). Sum of RGB (Red+Green+Blue) = 150+159+51=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 159 - color contains mainly: green. Hex color #969F33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969F33 is #6960CC. Grayscale: #909090. Windows color (decimal): -6906061 or 3383190. OLE color: 3383190.

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

Color convert

RGB15015951-
CMYK0.0600.680.38
HSL65º51.43%41.18%-
HSV(B)65º67.92%62.35%-
XYZ25.5731.527.87-
YUV14475.52132.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.67%
GREEN value IS 159 (62.5% from 255) = 44.17%
BLUE value IS 51 (20.31% from 255) = 14.17%
R=41.67%
G=44.17%
B=14.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150159510.0600.680.386551.4341.18
Hex969F33604426413329
Octal2262376360104461016351
Binary1001011010011111110011110010001001001101000001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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