Html Css Color HEX #80B152 Chelsea Cucumber

📋 copy color: '#80B152'

red 128 ◦ green 177 ◦ blue 82

#80B152
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #80B152

Tints of Chelsea Cucumber #80B152

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 value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#80B152 (or 0x80B152) is known color: 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

RGB 128 177 82 -
CMYK 0.28 0 0.54 0.31
HSL 90.95º 0.38% 0.51% -
HSV(B) 90.95º 0.54% 0.69% -
XYZ 26.15 36.64 13.68 -
YUV 151.52 88.77 111.22 -
System Red Green Blue C M Y K H S L
Decimal 128 177 82 0.28 0 0.54 0.31 90.95 0.38 0.51
Hex 80 B1 52 1C 0 36 1F 5B 26 33
Octal 200 261 122 34 0 66 37 133 46 63
Binary 10000000 10110001 1010010 11100 0 110110 11111 1011011 100110 110011

Color Harmonies of #80B152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B152

Black with #80B152

Text Example


Text Example

White with #80B152

Text Example


Text Example

HTML Codes & Css Web 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>