Html Css Color HEX #979412 Citron

📋 copy color: '#979412'

red 151 ◦ green 148 ◦ blue 18

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

Shades of Citron #979412

Tints of Citron #979412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.69%

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

R = 47.63%
G = 46.69%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#979412 (or 0x979412) is known color: Citron. HEX triplet: 97, 94 and 12. RGB value is (151,148,18). Sum of RGB (Red+Green+Blue) = 151+148+18=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #979412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979412 is #686BED. Grayscale: #868686. Windows color (decimal): -6843374 or 1217687. OLE color: 1217687.

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

Color convert

RGB 151 148 18 -
CMYK 0 0.02 0.88 0.41
HSL 58.65º 0.79% 0.33% -
HSV(B) 58.65º 0.88% 0.59% -
XYZ 23.46 27.8 4.7 -
YUV 134.08 62.49 140.07 -
System Red Green Blue C M Y K H S L
Decimal 151 148 18 0 0.02 0.88 0.41 58.65 0.79 0.33
Hex 97 94 12 0 2 58 29 3B 4F 21
Octal 227 224 22 0 2 130 51 73 117 41
Binary 10010111 10010100 10010 0 10 1011000 101001 111011 1001111 100001

Color Harmonies of #979412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979412

Black with #979412

Text Example


Text Example

White with #979412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979412; }

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

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

background-color css

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

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

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

border-color css

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

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

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