#97A232

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

Shades of Citron #97A232

Tints of Citron #97A232

Color information

#97A232 (or 0x97A232) is unknown color: approx Citron. HEX triplet: 97, A2 and 32. RGB value is (151,162,50). Sum of RGB (Red+Green+Blue) = 151+162+50=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 162 - color contains mainly: green. Hex color #97A232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A232 is #685DCD. Grayscale: #929292. Windows color (decimal): -6839758 or 3318423. OLE color: 3318423.

HSL color Cylindrical-coordinate representation of color #97A232: hue angle of 65.89º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #97A232 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB15116250-
CMYK0.0700.690.36
HSL65.89º52.83%41.57%-
HSV(B)65.89º69.14%63.53%-
XYZ26.2632.657.94-
YUV145.9473.86131.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.60%
GREEN value IS 162 (63.67% from 255) = 44.63%
BLUE value IS 50 (19.92% from 255) = 13.77%
R=41.60%
G=44.63%
B=13.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151162500.0700.690.3665.8952.8341.57
Hex97A23270452442352a
Octal2272426270105441026552
Binary1001011110100010110010111010001011001001000010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,162,50); }

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

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

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

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

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

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

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