#8AB652

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

Shades of Chelsea Cucumber #8AB652

Tints of Chelsea Cucumber #8AB652

Color information

#8AB652 (or 0x8AB652) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B6 and 52. RGB value is (138,182,82). Sum of RGB (Red+Green+Blue) = 138+182+82=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB652 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB652 is #7549AD. Grayscale: #9D9D9D. Windows color (decimal): -7686574 or 5420682. OLE color: 5420682.

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

Color convert

RGB13818282-
CMYK0.2400.550.29
HSL86.4º40.65%51.76%-
HSV(B)86.4º54.95%71.37%-
XYZ28.7339.4714.09-
YUV157.4485.42114.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.33%
GREEN value IS 182 (71.48% from 255) = 45.27%
BLUE value IS 82 (32.42% from 255) = 20.40%
R=34.33%
G=45.27%
B=20.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138182820.2400.550.2986.440.6551.76
Hex8AB652180371D562934
Octal21226612230067351265164
Binary10001010101101101010010110000110111111011010110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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