Html Css Color HEX #80B154 Chelsea Cucumber

📋 copy color: '#80B154'

red 128 ◦ green 177 ◦ blue 84

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

Shades of Chelsea Cucumber #80B154

Tints of Chelsea Cucumber #80B154

RGB

 RED value IS 128 (50.39% from 255) = 32.9%

 GREEN value IS 177 (69.53% from 255) = 45.5%

 BLUE value IS 84 (33.2% from 255) = 21.59%

R = 32.9%
G = 45.5%
B = 21.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#80B154 (or 0x80B154) is known color: Chelsea Cucumber. HEX triplet: 80, B1 and 54. RGB value is (128,177,84). Sum of RGB (Red+Green+Blue) = 128+177+84=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #80B154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B154 is #7F4EAB. Grayscale: #989898. Windows color (decimal): -8343212 or 5550464. OLE color: 5550464.

HSL color Cylindrical-coordinate representation of color #80B154: hue angle of 91.61º 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 #80B154 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 177 84 -
CMYK 0.28 0 0.53 0.31
HSL 91.61º 0.37% 0.51% -
HSV(B) 91.61º 0.53% 0.69% -
XYZ 26.22 36.67 14.08 -
YUV 151.75 89.77 111.06 -
System Red Green Blue C M Y K H S L
Decimal 128 177 84 0.28 0 0.53 0.31 91.61 0.37 0.51
Hex 80 B1 54 1C 0 35 1F 5C 25 33
Octal 200 261 124 34 0 65 37 134 45 63
Binary 10000000 10110001 1010100 11100 0 110101 11111 1011100 100101 110011

Color Harmonies of #80B154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B154

Black with #80B154

Text Example


Text Example

White with #80B154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80B154;
 }
 .AnyTagClassName
 {
   color: #80B154;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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