#8AB64D

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

Shades of Chelsea Cucumber #8AB64D

Tints of Chelsea Cucumber #8AB64D

Color information

#8AB64D (or 0x8AB64D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B6 and 4D. RGB value is (138,182,77). Sum of RGB (Red+Green+Blue) = 138+182+77=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB64D is #7549B2. Grayscale: #9D9D9D. Windows color (decimal): -7686579 or 5093002. OLE color: 5093002.

HSL color Cylindrical-coordinate representation of color #8AB64D: hue angle of 85.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8AB64D is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB13818277-
CMYK0.2400.580.29
HSL85.14º41.83%50.78%-
HSV(B)85.14º57.69%71.37%-
XYZ28.5539.3913.12-
YUV156.8782.92114.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.76%
GREEN value IS 182 (71.48% from 255) = 45.84%
BLUE value IS 77 (30.47% from 255) = 19.40%
R=34.76%
G=45.84%
B=19.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138182770.2400.580.2985.1441.8350.78
Hex8AB64D1803A1D552a33
Octal21226611530072351255263
Binary10001010101101101001101110000111010111011010101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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