Html Css Color HEX #979605 Citron

📋 copy color: '#979605'

red 151 ◦ green 150 ◦ blue 5

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

Shades of Citron #979605

Tints of Citron #979605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 49.35%
G = 49.02%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#979605 (or 0x979605) is known color: Citron. HEX triplet: 97, 96 and 05. RGB value is (151,150,5). Sum of RGB (Red+Green+Blue) = 151+150+5=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #979605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979605 is #6869FA. Grayscale: #868686. Windows color (decimal): -6842875 or 366231. OLE color: 366231.

HSL color Cylindrical-coordinate representation of color #979605: hue angle of 59.59º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #979605 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 150 5 -
CMYK 0 0.01 0.97 0.41
HSL 59.59º 0.94% 0.31% -
HSV(B) 59.59º 0.97% 0.59% -
XYZ 23.7 28.4 4.38 -
YUV 133.77 55.33 140.29 -
System Red Green Blue C M Y K H S L
Decimal 151 150 5 0 0.01 0.97 0.41 59.59 0.94 0.31
Hex 97 96 5 0 1 61 29 3C 5E 1F
Octal 227 226 5 0 1 141 51 74 136 37
Binary 10010111 10010110 101 0 1 1100001 101001 111100 1011110 11111

Color Harmonies of #979605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979605

Black with #979605

Text Example


Text Example

White with #979605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979605; }

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

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

background-color css

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

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

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

border-color css

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

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

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