Html Css Color HEX #979120 Citron

📋 copy color: '#979120'

red 151 ◦ green 145 ◦ blue 32

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

Shades of Citron #979120

Tints of Citron #979120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.76%

R = 46.04%
G = 44.21%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#979120 (or 0x979120) is known color: Citron. HEX triplet: 97, 91 and 20. RGB value is (151,145,32). Sum of RGB (Red+Green+Blue) = 151+145+32=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #979120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979120 is #686EDF. Grayscale: #868686. Windows color (decimal): -6844128 or 2134423. OLE color: 2134423.

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

Color convert

RGB 151 145 32 -
CMYK 0 0.04 0.79 0.41
HSL 56.97º 0.65% 0.36% -
HSV(B) 56.97º 0.79% 0.59% -
XYZ 23.15 26.93 5.35 -
YUV 133.91 70.49 140.19 -
System Red Green Blue C M Y K H S L
Decimal 151 145 32 0 0.04 0.79 0.41 56.97 0.65 0.36
Hex 97 91 20 0 4 4F 29 39 41 24
Octal 227 221 40 0 4 117 51 71 101 44
Binary 10010111 10010001 100000 0 100 1001111 101001 111001 1000001 100100

Color Harmonies of #979120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979120

Black with #979120

Text Example


Text Example

White with #979120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979120; }

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

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

background-color css

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

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

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

border-color css

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

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

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