Html Css Color HEX #80B052 Chelsea Cucumber

📋 copy color: '#80B052'

red 128 ◦ green 176 ◦ blue 82

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

Shades of Chelsea Cucumber #80B052

Tints of Chelsea Cucumber #80B052

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.6%

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

R = 33.16%
G = 45.6%
B = 21.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#80B052 (or 0x80B052) is known color: Chelsea Cucumber. HEX triplet: 80, B0 and 52. RGB value is (128,176,82). Sum of RGB (Red+Green+Blue) = 128+176+82=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #80B052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B052 is #7F4FAD. Grayscale: #979797. Windows color (decimal): -8343470 or 5419136. OLE color: 5419136.

HSL color Cylindrical-coordinate representation of color #80B052: hue angle of 90.64º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80B052 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 176 82 -
CMYK 0.27 0 0.53 0.31
HSL 90.64º 0.37% 0.51% -
HSV(B) 90.64º 0.53% 0.69% -
XYZ 25.95 36.25 13.61 -
YUV 150.93 89.1 111.64 -
System Red Green Blue C M Y K H S L
Decimal 128 176 82 0.27 0 0.53 0.31 90.64 0.37 0.51
Hex 80 B0 52 1B 0 35 1F 5B 25 33
Octal 200 260 122 33 0 65 37 133 45 63
Binary 10000000 10110000 1010010 11011 0 110101 11111 1011011 100101 110011

Color Harmonies of #80B052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B052

Black with #80B052

Text Example


Text Example

White with #80B052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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