Html Css Color HEX #979612 Citron

📋 copy color: '#979612'

red 151 ◦ green 150 ◦ blue 18

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

Shades of Citron #979612

Tints of Citron #979612

RGB

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

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

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

R = 47.34%
G = 47.02%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#979612 (or 0x979612) is known color: Citron. HEX triplet: 97, 96 and 12. RGB value is (151,150,18). Sum of RGB (Red+Green+Blue) = 151+150+18=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #979612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979612 is #6869ED. Grayscale: #878787. Windows color (decimal): -6842862 or 1218199. OLE color: 1218199.

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

Color convert

RGB 151 150 18 -
CMYK 0 0.01 0.88 0.41
HSL 59.55º 0.79% 0.33% -
HSV(B) 59.55º 0.88% 0.59% -
XYZ 23.78 28.44 4.81 -
YUV 135.25 61.83 139.23 -
System Red Green Blue C M Y K H S L
Decimal 151 150 18 0 0.01 0.88 0.41 59.55 0.79 0.33
Hex 97 96 12 0 1 58 29 3C 4F 21
Octal 227 226 22 0 1 130 51 74 117 41
Binary 10010111 10010110 10010 0 1 1011000 101001 111100 1001111 100001

Color Harmonies of #979612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979612

Black with #979612

Text Example


Text Example

White with #979612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979612; }

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

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

background-color css

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

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

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

border-color css

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

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

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