#97A525

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

Shades of Citron #97A525

Tints of Citron #97A525

Color information

#97A525 (or 0x97A525) is unknown color: approx Citron. HEX triplet: 97, A5 and 25. RGB value is (151,165,37). Sum of RGB (Red+Green+Blue) = 151+165+37=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 165 (64.84% from 255 or 46.74% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 165 - color contains mainly: green. Hex color #97A525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A525 is #685ADA. Grayscale: #929292. Windows color (decimal): -6839003 or 2467223. OLE color: 2467223.

HSL color Cylindrical-coordinate representation of color #97A525: hue angle of 66.56º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #97A525 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB15116537-
CMYK0.0800.780.35
HSL66.56º63.37%39.61%-
HSV(B)66.56º77.58%64.71%-
XYZ26.5533.626.84-
YUV146.2266.36131.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.78%
GREEN value IS 165 (64.84% from 255) = 46.74%
BLUE value IS 37 (14.84% from 255) = 10.48%
R=42.78%
G=46.74%
B=10.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151165370.0800.780.3566.5663.3739.61
Hex97A525804E23433f28
Octal22724545100116431037750
Binary10010111101001011001011000010011101000111000011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A525; }

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

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

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

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

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

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

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

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