Html Css Color HEX #979212 Citron

📋 copy color: '#979212'

red 151 ◦ green 146 ◦ blue 18

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

Shades of Citron #979212

Tints of Citron #979212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.35%

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

R = 47.94%
G = 46.35%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#979212 (or 0x979212) is known color: Citron. HEX triplet: 97, 92 and 12. RGB value is (151,146,18). Sum of RGB (Red+Green+Blue) = 151+146+18=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #979212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979212 is #686DED. Grayscale: #858585. Windows color (decimal): -6843886 or 1217175. OLE color: 1217175.

HSL color Cylindrical-coordinate representation of color #979212: hue angle of 57.74º 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 #979212 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 146 18 -
CMYK 0 0.03 0.88 0.41
HSL 57.74º 0.79% 0.33% -
HSV(B) 57.74º 0.88% 0.59% -
XYZ 23.15 27.18 4.6 -
YUV 132.9 63.16 140.91 -
System Red Green Blue C M Y K H S L
Decimal 151 146 18 0 0.03 0.88 0.41 57.74 0.79 0.33
Hex 97 92 12 0 3 58 29 3A 4F 21
Octal 227 222 22 0 3 130 51 72 117 41
Binary 10010111 10010010 10010 0 11 1011000 101001 111010 1001111 100001

Color Harmonies of #979212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979212

Black with #979212

Text Example


Text Example

White with #979212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979212; }

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

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

background-color css

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

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

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

border-color css

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

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

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