#979A25

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

Shades of Citron #979A25

Tints of Citron #979A25

Color information

#979A25 (or 0x979A25) is unknown color: approx Citron. HEX triplet: 97, 9A and 25. RGB value is (151,154,37). Sum of RGB (Red+Green+Blue) = 151+154+37=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 154 - color contains mainly: green. Hex color #979A25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979A25 is #6865DA. Grayscale: #8C8C8C. Windows color (decimal): -6841819 or 2464407. OLE color: 2464407.

HSL color Cylindrical-coordinate representation of color #979A25: hue angle of 61.54º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #979A25 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB15115437-
CMYK0.0200.760.40
HSL61.54º61.26%37.45%-
HSV(B)61.54º75.97%60.39%-
XYZ24.6529.826.21-
YUV139.7670.01136.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.15%
GREEN value IS 154 (60.55% from 255) = 45.03%
BLUE value IS 37 (14.84% from 255) = 10.82%
R=44.15%
G=45.03%
B=10.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151154370.0200.760.4061.5461.2637.45
Hex979A25204C283e3d25
Octal227232452011450767545
Binary10010111100110101001011001001100101000111110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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