#8AB062

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

Shades of Chelsea Cucumber #8AB062

Tints of Chelsea Cucumber #8AB062

Color information

#8AB062 (or 0x8AB062) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B0 and 62. RGB value is (138,176,98). Sum of RGB (Red+Green+Blue) = 138+176+98=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB062 is #754F9D. Grayscale: #9C9C9C. Windows color (decimal): -7688094 or 6467722. OLE color: 6467722.

HSL color Cylindrical-coordinate representation of color #8AB062: hue angle of 89.23º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AB062 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB13817698-
CMYK0.2200.440.31
HSL89.23º33.05%53.73%-
HSV(B)89.23º44.32%69.02%-
XYZ28.2137.3417.27-
YUV155.7595.41115.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.50%
GREEN value IS 176 (69.14% from 255) = 42.72%
BLUE value IS 98 (38.67% from 255) = 23.79%
R=33.50%
G=42.72%
B=23.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138176980.2200.440.3189.2333.0553.73
Hex8AB0621602C1F592136
Octal21226014226054371314166
Binary10001010101100001100010101100101100111111011001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,176,98); }

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

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

 a { background-color: rgb(138,176,98); }

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

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

 span { border-color: rgb(138,176,98); }

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