#969F24

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

Shades of Citron #969F24

Tints of Citron #969F24

Color information

#969F24 (or 0x969F24) is unknown color: approx Citron. HEX triplet: 96, 9F and 24. RGB value is (150,159,36). Sum of RGB (Red+Green+Blue) = 150+159+36=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #969F24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969F24 is #6960DB. Grayscale: #8E8E8E. Windows color (decimal): -6906076 or 2400150. OLE color: 2400150.

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

Color convert

RGB15015936-
CMYK0.0600.770.38
HSL64.39º63.08%38.24%-
HSV(B)64.39º77.36%62.35%-
XYZ25.2931.416.4-
YUV142.2968.02133.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 159 (62.5% from 255) = 46.09%
BLUE value IS 36 (14.45% from 255) = 10.43%
R=43.48%
G=46.09%
B=10.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150159360.0600.770.3864.3963.0838.24
Hex969F24604D26403f26
Octal2262374460115461007746
Binary1001011010011111100100110010011011001101000000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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