#979725

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

Shades of Citron #979725

Tints of Citron #979725

Color information

#979725 (or 0x979725) is unknown color: approx Citron. HEX triplet: 97, 97 and 25. RGB value is (151,151,37). Sum of RGB (Red+Green+Blue) = 151+151+37=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 151 - color contains mainly: red, green. Hex color #979725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979725 is #6868DA. Grayscale: #8A8A8A. Windows color (decimal): -6842587 or 2463639. OLE color: 2463639.

HSL color Cylindrical-coordinate representation of color #979725: hue angle of 60º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #979725 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB15115137-
CMYK000.750.41
HSL60º60.64%36.86%-
HSV(B)60º75.5%59.22%-
XYZ24.1628.856.04-
YUV13871137.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.54%
GREEN value IS 151 (59.38% from 255) = 44.54%
BLUE value IS 37 (14.84% from 255) = 10.91%
R=44.54%
G=44.54%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15115137000.750.416060.6436.86
Hex979725004B293c3d25
Octal227227450011351747545
Binary1001011110010111100101001001011101001111100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979725; }

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

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

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

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

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

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

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

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