Html Css Color HEX #80B646 Chelsea Cucumber

📋 copy color: '#80B646'

red 128 ◦ green 182 ◦ blue 70

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

Shades of Chelsea Cucumber #80B646

Tints of Chelsea Cucumber #80B646

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.89%

 BLUE value IS 70 (27.73% from 255) = 18.42%

R = 33.68%
G = 47.89%
B = 18.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#80B646 (or 0x80B646) is known color: Chelsea Cucumber. HEX triplet: 80, B6 and 46. RGB value is (128,182,70). Sum of RGB (Red+Green+Blue) = 128+182+70=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #80B646 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B646 is #7F49B9. Grayscale: #999999. Windows color (decimal): -8341946 or 4634240. OLE color: 4634240.

HSL color Cylindrical-coordinate representation of color #80B646: hue angle of 88.93º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80B646 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 182 70 -
CMYK 0.30 0 0.62 0.29
HSL 88.93º 0.44% 0.49% -
HSV(B) 88.93º 0.62% 0.71% -
XYZ 26.74 38.49 11.81 -
YUV 153.09 81.11 110.11 -
System Red Green Blue C M Y K H S L
Decimal 128 182 70 0.30 0 0.62 0.29 88.93 0.44 0.49
Hex 80 B6 46 1E 0 3E 1D 59 2C 31
Octal 200 266 106 36 0 76 35 131 54 61
Binary 10000000 10110110 1000110 11110 0 111110 11101 1011001 101100 110001

Color Harmonies of #80B646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B646

Black with #80B646

Text Example


Text Example

White with #80B646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,182,70); }

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

background-color css

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

 a { background-color: rgb(128,182,70); }

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

border-color css

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

 span { border-color: rgb(128,182,70); }

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