Html Css Color HEX #80B054 Chelsea Cucumber

📋 copy color: '#80B054'

red 128 ◦ green 176 ◦ blue 84

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

Shades of Chelsea Cucumber #80B054

Tints of Chelsea Cucumber #80B054

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.36%

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

R = 32.99%
G = 45.36%
B = 21.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#80B054 (or 0x80B054) is known color: Chelsea Cucumber. HEX triplet: 80, B0 and 54. RGB value is (128,176,84). Sum of RGB (Red+Green+Blue) = 128+176+84=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #80B054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B054 is #7F4FAB. Grayscale: #979797. Windows color (decimal): -8343468 or 5550208. OLE color: 5550208.

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

Color convert

RGB 128 176 84 -
CMYK 0.27 0 0.52 0.31
HSL 91.3º 0.37% 0.51% -
HSV(B) 91.3º 0.52% 0.69% -
XYZ 26.03 36.28 14.02 -
YUV 151.16 90.1 111.48 -
System Red Green Blue C M Y K H S L
Decimal 128 176 84 0.27 0 0.52 0.31 91.3 0.37 0.51
Hex 80 B0 54 1B 0 34 1F 5B 25 33
Octal 200 260 124 33 0 64 37 133 45 63
Binary 10000000 10110000 1010100 11011 0 110100 11111 1011011 100101 110011

Color Harmonies of #80B054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B054

Black with #80B054

Text Example


Text Example

White with #80B054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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