#8AB649

Color #8AB649 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8AB649

Tints of Chelsea Cucumber #8AB649

Color information

#8AB649 (or 0x8AB649) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B6 and 49. RGB value is (138,182,73). Sum of RGB (Red+Green+Blue) = 138+182+73=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB649 is #7549B6. Grayscale: #9C9C9C. Windows color (decimal): -7686583 or 4830858. OLE color: 4830858.

HSL color Cylindrical-coordinate representation of color #8AB649: hue angle of 84.22º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AB649 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB13818273-
CMYK0.2400.600.29
HSL84.22º42.75%50%-
HSV(B)84.22º59.89%71.37%-
XYZ28.4139.3412.4-
YUV156.4280.92114.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.11%
GREEN value IS 182 (71.48% from 255) = 46.31%
BLUE value IS 73 (28.91% from 255) = 18.58%
R=35.11%
G=46.31%
B=18.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138182730.2400.600.2984.2242.7550
Hex8AB6491803C1D542b32
Octal21226611130074351245362
Binary10001010101101101001001110000111100111011010100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AB649; }

 p { color: rgb(138,182,73); }

 H1.HeaderClassName
 {
   color: #8AB649;
 }
 .AnyTagClassName
 {
   color: #8AB649;
 }
</style>
background-color css

<style>
 a { background-color: #8AB649; }

 a { background-color: rgb(138,182,73); }

 div.DivClassName
 {
   background-color: #8AB649;
 }
 .BgClassName
 {
   background-color: #8AB649;
 }
</style>
border-color css

<style>
 span { border-color: #8AB649; }

 span { border-color: rgb(138,182,73); }

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