Html Css Color HEX #969116 Citron

📋 copy color: '#969116'

red 150 ◦ green 145 ◦ blue 22

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

Shades of Citron #969116

Tints of Citron #969116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.94%

R = 47.32%
G = 45.74%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#969116 (or 0x969116) is known color: Citron. HEX triplet: 96, 91 and 16. RGB value is (150,145,22). Sum of RGB (Red+Green+Blue) = 150+145+22=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #969116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969116 is #696EE9. Grayscale: #848484. Windows color (decimal): -6909674 or 1479062. OLE color: 1479062.

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

Color convert

RGB 150 145 22 -
CMYK 0 0.03 0.85 0.41
HSL 57.66º 0.74% 0.34% -
HSV(B) 57.66º 0.85% 0.59% -
XYZ 22.85 26.79 4.73 -
YUV 132.47 65.66 140.5 -
System Red Green Blue C M Y K H S L
Decimal 150 145 22 0 0.03 0.85 0.41 57.66 0.74 0.34
Hex 96 91 16 0 3 55 29 3A 4A 22
Octal 226 221 26 0 3 125 51 72 112 42
Binary 10010110 10010001 10110 0 11 1010101 101001 111010 1001010 100010

Color Harmonies of #969116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969116

Black with #969116

Text Example


Text Example

White with #969116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969116; }

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

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

background-color css

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

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

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

border-color css

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

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

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