Html Css Color HEX #979112 Citron

📋 copy color: '#979112'

red 151 ◦ green 145 ◦ blue 18

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

Shades of Citron #979112

Tints of Citron #979112

RGB

 RED value IS 151 (59.38% from 255) = 48.09%

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

 BLUE value IS 18 (7.42% from 255) = 5.73%

R = 48.09%
G = 46.18%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#979112 (or 0x979112) is known color: Citron. HEX triplet: 97, 91 and 12. RGB value is (151,145,18). Sum of RGB (Red+Green+Blue) = 151+145+18=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #979112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979112 is #686EED. Grayscale: #848484. Windows color (decimal): -6844142 or 1216919. OLE color: 1216919.

HSL color Cylindrical-coordinate representation of color #979112: hue angle of 57.29º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #979112 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 145 18 -
CMYK 0 0.04 0.88 0.41
HSL 57.29º 0.79% 0.33% -
HSV(B) 57.29º 0.88% 0.59% -
XYZ 23 26.87 4.55 -
YUV 132.32 63.49 141.33 -
System Red Green Blue C M Y K H S L
Decimal 151 145 18 0 0.04 0.88 0.41 57.29 0.79 0.33
Hex 97 91 12 0 4 58 29 39 4F 21
Octal 227 221 22 0 4 130 51 71 117 41
Binary 10010111 10010001 10010 0 100 1011000 101001 111001 1001111 100001

Color Harmonies of #979112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979112

Black with #979112

Text Example


Text Example

White with #979112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979112; }

 p { color: rgb(151,145,18); }

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

background-color css

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

 a { background-color: rgb(151,145,18); }

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

border-color css

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

 span { border-color: rgb(151,145,18); }

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