Html Css Color HEX #80A554 Chelsea Cucumber

📋 copy color: '#80A554'

red 128 ◦ green 165 ◦ blue 84

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

Shades of Chelsea Cucumber #80A554

Tints of Chelsea Cucumber #80A554

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.77%

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

R = 33.95%
G = 43.77%
B = 22.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#80A554 (or 0x80A554) is known color: Chelsea Cucumber. HEX triplet: 80, A5 and 54. RGB value is (128,165,84). Sum of RGB (Red+Green+Blue) = 128+165+84=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 165 - color contains mainly: green. Hex color #80A554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A554 is #7F5AAB. Grayscale: #909090. Windows color (decimal): -8346284 or 5547392. OLE color: 5547392.

HSL color Cylindrical-coordinate representation of color #80A554: hue angle of 87.41º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80A554 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 165 84 -
CMYK 0.22 0 0.49 0.35
HSL 87.41º 0.33% 0.49% -
HSV(B) 87.41º 0.49% 0.65% -
XYZ 23.96 32.14 13.33 -
YUV 144.7 93.74 116.09 -
System Red Green Blue C M Y K H S L
Decimal 128 165 84 0.22 0 0.49 0.35 87.41 0.33 0.49
Hex 80 A5 54 16 0 31 23 57 21 31
Octal 200 245 124 26 0 61 43 127 41 61
Binary 10000000 10100101 1010100 10110 0 110001 100011 1010111 100001 110001

Color Harmonies of #80A554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A554

Black with #80A554

Text Example


Text Example

White with #80A554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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