#80B152

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

Shades of Chelsea Cucumber #80B152

Tints of Chelsea Cucumber #80B152

Color information

#80B152 (or 0x80B152) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, B1 and 52. RGB value is (128,177,82). Sum of RGB (Red+Green+Blue) = 128+177+82=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #80B152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B152 is #7F4EAD. Grayscale: #979797. Windows color (decimal): -8343214 or 5419392. OLE color: 5419392.

HSL color Cylindrical-coordinate representation of color #80B152: hue angle of 90.95º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80B152 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB12817782-
CMYK0.2800.540.31
HSL90.95º37.85%50.78%-
HSV(B)90.95º53.67%69.41%-
XYZ26.1536.6413.68-
YUV151.5288.77111.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.07%
GREEN value IS 177 (69.53% from 255) = 45.74%
BLUE value IS 82 (32.42% from 255) = 21.19%
R=33.07%
G=45.74%
B=21.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128177820.2800.540.3190.9537.8550.78
Hex80B1521C0361F5b2633
Octal20026112234066371334663
Binary10000000101100011010010111000110110111111011011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80B152; }

 p { color: rgb(128,177,82); }

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

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

 a { background-color: rgb(128,177,82); }

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

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

 span { border-color: rgb(128,177,82); }

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