Html Css Color HEX #979620 Citron

📋 copy color: '#979620'

red 151 ◦ green 150 ◦ blue 32

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

Shades of Citron #979620

Tints of Citron #979620

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.05%

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

R = 45.35%
G = 45.05%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#979620 (or 0x979620) is known color: Citron. HEX triplet: 97, 96 and 20. RGB value is (151,150,32). Sum of RGB (Red+Green+Blue) = 151+150+32=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #979620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979620 is #6869DF. Grayscale: #898989. Windows color (decimal): -6842848 or 2135703. OLE color: 2135703.

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

Color convert

RGB 151 150 32 -
CMYK 0 0.01 0.79 0.41
HSL 59.5º 0.65% 0.36% -
HSV(B) 59.5º 0.79% 0.59% -
XYZ 23.93 28.5 5.61 -
YUV 136.85 68.83 138.09 -
System Red Green Blue C M Y K H S L
Decimal 151 150 32 0 0.01 0.79 0.41 59.5 0.65 0.36
Hex 97 96 20 0 1 4F 29 3B 41 24
Octal 227 226 40 0 1 117 51 73 101 44
Binary 10010111 10010110 100000 0 1 1001111 101001 111011 1000001 100100

Color Harmonies of #979620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979620

Black with #979620

Text Example


Text Example

White with #979620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979620; }

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

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

background-color css

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

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

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

border-color css

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

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

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