#97B052

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

Shades of Chelsea Cucumber #97B052

Tints of Chelsea Cucumber #97B052

Color information

#97B052 (or 0x97B052) is unknown color: approx Chelsea Cucumber. HEX triplet: 97, B0 and 52. RGB value is (151,176,82). Sum of RGB (Red+Green+Blue) = 151+176+82=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 176 - color contains mainly: green. Hex color #97B052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97B052 is #684FAD. Grayscale: #9E9E9E. Windows color (decimal): -6836142 or 5419159. OLE color: 5419159.

HSL color Cylindrical-coordinate representation of color #97B052: hue angle of 75.96º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #97B052 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB15117682-
CMYK0.1400.530.31
HSL75.96º37.3%50.59%-
HSV(B)75.96º53.41%69.02%-
XYZ29.8138.2413.79-
YUV157.8185.22123.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.92%
GREEN value IS 176 (69.14% from 255) = 43.03%
BLUE value IS 82 (32.42% from 255) = 20.05%
R=36.92%
G=43.03%
B=20.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151176820.1400.530.3175.9637.350.59
Hex97B052E0351F4c2533
Octal22726012216065371144563
Binary1001011110110000101001011100110101111111001100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,176,82); }

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

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

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

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

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

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

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