#979804

Color #979804 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #979804

Tints of Citron #979804

Color information

#979804 (or 0x979804) is unknown color: approx Citron. HEX triplet: 97, 98 and 04. RGB value is (151,152,4). Sum of RGB (Red+Green+Blue) = 151+152+4=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #979804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979804 is #6867FB. Grayscale: #878787. Windows color (decimal): -6842364 or 301207. OLE color: 301207.

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

Color convert

RGB1511524-
CMYK0.0100.970.40
HSL60.41º94.87%30.59%-
HSV(B)60.41º97.37%59.61%-
XYZ24.0129.044.46-
YUV134.8354.17139.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.19%
GREEN value IS 152 (59.77% from 255) = 49.51%
BLUE value IS 4 (1.95% from 255) = 1.30%
R=49.19%
G=49.51%
B=1.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15115240.0100.970.4060.4194.8730.59
Hex979841061283c5f1f
Octal227230410141507413737
Binary1001011110011000100101100001101000111100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979804; }

 p { color: rgb(151,152,4); }

 H1.HeaderClassName
 {
   color: #979804;
 }
 .AnyTagClassName
 {
   color: #979804;
 }
</style>
background-color css

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

 a { background-color: rgb(151,152,4); }

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

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

 span { border-color: rgb(151,152,4); }

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