#8AB45B

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

Shades of Chelsea Cucumber #8AB45B

Tints of Chelsea Cucumber #8AB45B

Color information

#8AB45B (or 0x8AB45B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B4 and 5B. RGB value is (138,180,91). Sum of RGB (Red+Green+Blue) = 138+180+91=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB45B is #754BA4. Grayscale: #9D9D9D. Windows color (decimal): -7687077 or 6009994. OLE color: 6009994.

HSL color Cylindrical-coordinate representation of color #8AB45B: hue angle of 88.31º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AB45B is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB13818091-
CMYK0.2300.490.29
HSL88.31º37.24%53.14%-
HSV(B)88.31º49.44%70.59%-
XYZ28.6938.815.87-
YUV157.390.59114.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.74%
GREEN value IS 180 (70.70% from 255) = 44.01%
BLUE value IS 91 (35.94% from 255) = 22.25%
R=33.74%
G=44.01%
B=22.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138180910.2300.490.2988.3137.2453.14
Hex8AB45B170311D582535
Octal21226413327061351304565
Binary10001010101101001011011101110110001111011011000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,180,91); }

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

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

 a { background-color: rgb(138,180,91); }

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

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

 span { border-color: rgb(138,180,91); }

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