#8AB058

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

Shades of Chelsea Cucumber #8AB058

Tints of Chelsea Cucumber #8AB058

Color information

#8AB058 (or 0x8AB058) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B0 and 58. RGB value is (138,176,88). Sum of RGB (Red+Green+Blue) = 138+176+88=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB058 is #754FA7. Grayscale: #9A9A9A. Windows color (decimal): -7688104 or 5812362. OLE color: 5812362.

HSL color Cylindrical-coordinate representation of color #8AB058: hue angle of 85.91º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AB058 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB13817688-
CMYK0.2200.500.31
HSL85.91º35.77%51.76%-
HSV(B)85.91º50%69.02%-
XYZ27.7737.1614.94-
YUV154.6190.41116.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.33%
GREEN value IS 176 (69.14% from 255) = 43.78%
BLUE value IS 88 (34.77% from 255) = 21.89%
R=34.33%
G=43.78%
B=21.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138176880.2200.500.3185.9135.7751.76
Hex8AB058160321F562434
Octal21226013026062371264464
Binary10001010101100001011000101100110010111111010110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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