Html Css Color HEX #80A852 Chelsea Cucumber

📋 copy color: '#80A852'

red 128 ◦ green 168 ◦ blue 82

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

Shades of Chelsea Cucumber #80A852

Tints of Chelsea Cucumber #80A852

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.44%

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

R = 33.86%
G = 44.44%
B = 21.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#80A852 (or 0x80A852) is known color: Chelsea Cucumber. HEX triplet: 80, A8 and 52. RGB value is (128,168,82). Sum of RGB (Red+Green+Blue) = 128+168+82=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 168 - color contains mainly: green. Hex color #80A852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A852 is #7F57AD. Grayscale: #929292. Windows color (decimal): -8345518 or 5417088. OLE color: 5417088.

HSL color Cylindrical-coordinate representation of color #80A852: hue angle of 87.91º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80A852 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 128 168 82 -
CMYK 0.24 0 0.51 0.34
HSL 87.91º 0.34% 0.49% -
HSV(B) 87.91º 0.51% 0.66% -
XYZ 24.43 33.2 13.1 -
YUV 146.24 91.75 114.99 -
System Red Green Blue C M Y K H S L
Decimal 128 168 82 0.24 0 0.51 0.34 87.91 0.34 0.49
Hex 80 A8 52 18 0 33 22 58 22 31
Octal 200 250 122 30 0 63 42 130 42 61
Binary 10000000 10101000 1010010 11000 0 110011 100010 1011000 100010 110001

Color Harmonies of #80A852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A852

Black with #80A852

Text Example


Text Example

White with #80A852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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