Html Css Color HEX #80AB55 Chelsea Cucumber

📋 copy color: '#80AB55'

red 128 ◦ green 171 ◦ blue 85

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

Shades of Chelsea Cucumber #80AB55

Tints of Chelsea Cucumber #80AB55

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.53%

 BLUE value IS 85 (33.59% from 255) = 22.14%

R = 33.33%
G = 44.53%
B = 22.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#80AB55 (or 0x80AB55) is known color: Chelsea Cucumber. HEX triplet: 80, AB and 55. RGB value is (128,171,85). Sum of RGB (Red+Green+Blue) = 128+171+85=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AB55 is #7F54AA. Grayscale: #949494. Windows color (decimal): -8344747 or 5614464. OLE color: 5614464.

HSL color Cylindrical-coordinate representation of color #80AB55: hue angle of 90º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80AB55 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 171 85 -
CMYK 0.25 0 0.50 0.33
HSL 90º 0.34% 0.5% -
HSV(B) 90º 0.5% 0.67% -
XYZ 25.1 34.37 13.91 -
YUV 148.34 92.25 113.49 -
System Red Green Blue C M Y K H S L
Decimal 128 171 85 0.25 0 0.50 0.33 90 0.34 0.5
Hex 80 AB 55 19 0 32 21 5A 22 32
Octal 200 253 125 31 0 62 41 132 42 62
Binary 10000000 10101011 1010101 11001 0 110010 100001 1011010 100010 110010

Color Harmonies of #80AB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AB55

Black with #80AB55

Text Example


Text Example

White with #80AB55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,171,85); }

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

background-color css

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

 a { background-color: rgb(128,171,85); }

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

border-color css

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

 span { border-color: rgb(128,171,85); }

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