Html Css Color HEX #80AD52 Chelsea Cucumber

📋 copy color: '#80AD52'

red 128 ◦ green 173 ◦ blue 82

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

Shades of Chelsea Cucumber #80AD52

Tints of Chelsea Cucumber #80AD52

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.17%

 BLUE value IS 82 (32.42% from 255) = 21.41%

R = 33.42%
G = 45.17%
B = 21.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#80AD52 (or 0x80AD52) is known color: Chelsea Cucumber. HEX triplet: 80, AD and 52. RGB value is (128,173,82). Sum of RGB (Red+Green+Blue) = 128+173+82=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AD52 is #7F52AD. Grayscale: #959595. Windows color (decimal): -8344238 or 5418368. OLE color: 5418368.

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

Color convert

RGB 128 173 82 -
CMYK 0.26 0 0.53 0.32
HSL 89.67º 0.36% 0.5% -
HSV(B) 89.67º 0.53% 0.68% -
XYZ 25.37 35.09 13.42 -
YUV 149.17 90.09 112.9 -
System Red Green Blue C M Y K H S L
Decimal 128 173 82 0.26 0 0.53 0.32 89.67 0.36 0.5
Hex 80 AD 52 1A 0 35 20 5A 24 32
Octal 200 255 122 32 0 65 40 132 44 62
Binary 10000000 10101101 1010010 11010 0 110101 100000 1011010 100100 110010

Color Harmonies of #80AD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AD52

Black with #80AD52

Text Example


Text Example

White with #80AD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,173,82); }

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

background-color css

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

 a { background-color: rgb(128,173,82); }

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

border-color css

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

 span { border-color: rgb(128,173,82); }

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