#979F25

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

Shades of Citron #979F25

Tints of Citron #979F25

Color information

#979F25 (or 0x979F25) is unknown color: approx Citron. HEX triplet: 97, 9F and 25. RGB value is (151,159,37). Sum of RGB (Red+Green+Blue) = 151+159+37=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 159 - color contains mainly: green. Hex color #979F25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979F25 is #6860DA. Grayscale: #8F8F8F. Windows color (decimal): -6840539 or 2465687. OLE color: 2465687.

HSL color Cylindrical-coordinate representation of color #979F25: hue angle of 63.93º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #979F25 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB15115937-
CMYK0.0500.770.38
HSL63.93º62.24%38.43%-
HSV(B)63.93º76.73%62.35%-
XYZ25.4931.516.49-
YUV142.768.35133.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.52%
GREEN value IS 159 (62.5% from 255) = 45.82%
BLUE value IS 37 (14.84% from 255) = 10.66%
R=43.52%
G=45.82%
B=10.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151159370.0500.770.3863.9362.2438.43
Hex979F25504D26403e26
Octal2272374550115461007646
Binary1001011110011111100101101010011011001101000000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,159,37); }

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

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

 a { background-color: rgb(151,159,37); }

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

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

 span { border-color: rgb(151,159,37); }

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