Html Css Color HEX #80B545 Chelsea Cucumber

📋 copy color: '#80B545'

red 128 ◦ green 181 ◦ blue 69

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

Shades of Chelsea Cucumber #80B545

Tints of Chelsea Cucumber #80B545

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.88%

 BLUE value IS 69 (27.34% from 255) = 18.25%

R = 33.86%
G = 47.88%
B = 18.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#80B545 (or 0x80B545) is known color: Chelsea Cucumber. HEX triplet: 80, B5 and 45. RGB value is (128,181,69). Sum of RGB (Red+Green+Blue) = 128+181+69=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #80B545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B545 is #7F4ABA. Grayscale: #989898. Windows color (decimal): -8342203 or 4568448. OLE color: 4568448.

HSL color Cylindrical-coordinate representation of color #80B545: hue angle of 88.39º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80B545 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 181 69 -
CMYK 0.29 0 0.62 0.29
HSL 88.39º 0.45% 0.49% -
HSV(B) 88.39º 0.62% 0.71% -
XYZ 26.5 38.07 11.58 -
YUV 152.39 80.94 110.61 -
System Red Green Blue C M Y K H S L
Decimal 128 181 69 0.29 0 0.62 0.29 88.39 0.45 0.49
Hex 80 B5 45 1D 0 3E 1D 58 2D 31
Octal 200 265 105 35 0 76 35 130 55 61
Binary 10000000 10110101 1000101 11101 0 111110 11101 1011000 101101 110001

Color Harmonies of #80B545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B545

Black with #80B545

Text Example


Text Example

White with #80B545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,181,69); }

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

background-color css

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

 a { background-color: rgb(128,181,69); }

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

border-color css

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

 span { border-color: rgb(128,181,69); }

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