Html Css Color HEX #80AE53 Chelsea Cucumber

📋 copy color: '#80AE53'

red 128 ◦ green 174 ◦ blue 83

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

Shades of Chelsea Cucumber #80AE53

Tints of Chelsea Cucumber #80AE53

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.19%

 BLUE value IS 83 (32.81% from 255) = 21.56%

R = 33.25%
G = 45.19%
B = 21.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#80AE53 (or 0x80AE53) is known color: Chelsea Cucumber. HEX triplet: 80, AE and 53. RGB value is (128,174,83). Sum of RGB (Red+Green+Blue) = 128+174+83=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AE53 is #7F51AC. Grayscale: #969696. Windows color (decimal): -8343981 or 5484160. OLE color: 5484160.

HSL color Cylindrical-coordinate representation of color #80AE53: hue angle of 90.33º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80AE53 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 174 83 -
CMYK 0.26 0 0.52 0.32
HSL 90.33º 0.36% 0.5% -
HSV(B) 90.33º 0.52% 0.68% -
XYZ 25.6 35.49 13.68 -
YUV 149.87 90.26 112.4 -
System Red Green Blue C M Y K H S L
Decimal 128 174 83 0.26 0 0.52 0.32 90.33 0.36 0.5
Hex 80 AE 53 1A 0 34 20 5A 24 32
Octal 200 256 123 32 0 64 40 132 44 62
Binary 10000000 10101110 1010011 11010 0 110100 100000 1011010 100100 110010

Color Harmonies of #80AE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AE53

Black with #80AE53

Text Example


Text Example

White with #80AE53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,174,83); }

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

background-color css

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

 a { background-color: rgb(128,174,83); }

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

border-color css

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

 span { border-color: rgb(128,174,83); }

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