#979C05

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

Shades of Citrus #979C05

Tints of Citrus #979C05

Color information

#979C05 (or 0x979C05) is unknown color: approx Citrus. HEX triplet: 97, 9C and 05. RGB value is (151,156,5). Sum of RGB (Red+Green+Blue) = 151+156+5=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #979C05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979C05 is #6863FA. Grayscale: #898989. Windows color (decimal): -6841339 or 367767. OLE color: 367767.

HSL color Cylindrical-coordinate representation of color #979C05: hue angle of 61.99º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #979C05 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB1511565-
CMYK0.0300.970.39
HSL61.99º93.79%31.57%-
HSV(B)61.99º96.79%61.18%-
XYZ24.6830.374.7-
YUV137.2953.34137.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.40%
GREEN value IS 156 (61.33% from 255) = 50%
BLUE value IS 5 (2.34% from 255) = 1.60%
R=48.40%
G=50%
B=1.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15115650.0300.970.3961.9993.7931.57
Hex979C53061273e5e20
Octal227234530141477613640
Binary100101111001110010111011000011001111111101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979C05; }

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

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

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

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

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

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

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

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