#8ab048

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

Shades of Chelsea Cucumber #8AB048

Tints of Chelsea Cucumber #8AB048

Color information

#8AB048 (or 0x8AB048) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B0 and 48. RGB value is (138,176,72). Sum of RGB (Red+Green+Blue) = 138+176+72=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB048 is #754FB7. Grayscale: #999999. Windows color (decimal): -7688120 or 4763786. OLE color: 4763786.

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

Color convert

RGB13817672-
CMYK0.2200.590.31
HSL81.92º41.94%48.63%-
HSV(B)81.92º59.09%69.02%-
XYZ27.1836.9211.83-
YUV152.7882.41117.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.75%
GREEN value IS 176 (69.14% from 255) = 45.60%
BLUE value IS 72 (28.52% from 255) = 18.65%
R=35.75%
G=45.60%
B=18.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138176720.2200.590.3181.9241.9448.63
Hex8AB0481603B1F522a31
Octal21226011026073371225261
Binary10001010101100001001000101100111011111111010010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ab048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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