Html Css Color HEX #979016 Citron

📋 copy color: '#979016'

red 151 ◦ green 144 ◦ blue 22

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

Shades of Citron #979016

Tints of Citron #979016

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.43%

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

R = 47.63%
G = 45.43%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#979016 (or 0x979016) is known color: Citron. HEX triplet: 97, 90 and 16. RGB value is (151,144,22). Sum of RGB (Red+Green+Blue) = 151+144+22=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #979016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979016 is #686FE9. Grayscale: #848484. Windows color (decimal): -6844394 or 1478807. OLE color: 1478807.

HSL color Cylindrical-coordinate representation of color #979016: hue angle of 56.74º degrees, saturation: 0.75, 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 #979016 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 144 22 -
CMYK 0 0.05 0.85 0.41
HSL 56.74º 0.75% 0.34% -
HSV(B) 56.74º 0.85% 0.59% -
XYZ 22.88 26.58 4.68 -
YUV 132.19 65.82 141.42 -
System Red Green Blue C M Y K H S L
Decimal 151 144 22 0 0.05 0.85 0.41 56.74 0.75 0.34
Hex 97 90 16 0 5 55 29 39 4B 22
Octal 227 220 26 0 5 125 51 71 113 42
Binary 10010111 10010000 10110 0 101 1010101 101001 111001 1001011 100010

Color Harmonies of #979016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979016

Black with #979016

Text Example


Text Example

White with #979016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979016; }

 p { color: rgb(151,144,22); }

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

background-color css

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

 a { background-color: rgb(151,144,22); }

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

border-color css

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

 span { border-color: rgb(151,144,22); }

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