Html Css Color HEX #969118 Citron

📋 copy color: '#969118'

red 150 ◦ green 145 ◦ blue 24

#969118
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #969118

Tints of Citron #969118

RGB

 RED value IS 150 (58.98% from 255) = 47.02%

 GREEN value IS 145 (57.03% from 255) = 45.45%

 BLUE value IS 24 (9.77% from 255) = 7.52%

R = 47.02%
G = 45.45%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#969118 (or 0x969118) is known color: Citron. HEX triplet: 96, 91 and 18. RGB value is (150,145,24). Sum of RGB (Red+Green+Blue) = 150+145+24=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #969118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969118 is #696EE7. Grayscale: #858585. Windows color (decimal): -6909672 or 1610134. OLE color: 1610134.

HSL color Cylindrical-coordinate representation of color #969118: hue angle of 57.62º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #969118 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 145 24 -
CMYK 0 0.03 0.84 0.41
HSL 57.62º 0.72% 0.34% -
HSV(B) 57.62º 0.84% 0.59% -
XYZ 22.87 26.8 4.83 -
YUV 132.7 66.66 140.34 -
System Red Green Blue C M Y K H S L
Decimal 150 145 24 0 0.03 0.84 0.41 57.62 0.72 0.34
Hex 96 91 18 0 3 54 29 3A 48 22
Octal 226 221 30 0 3 124 51 72 110 42
Binary 10010110 10010001 11000 0 11 1010100 101001 111010 1001000 100010

Color Harmonies of #969118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969118

Black with #969118

Text Example


Text Example

White with #969118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969118; }

 p { color: rgb(150,145,24); }

 H1.HeaderClassName
 {
   color: #969118;
 }
 .AnyTagClassName
 {
   color: #969118;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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