#8AB85D

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

Shades of Chelsea Cucumber #8AB85D

Tints of Chelsea Cucumber #8AB85D

Color information

#8AB85D (or 0x8AB85D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B8 and 5D. RGB value is (138,184,93). Sum of RGB (Red+Green+Blue) = 138+184+93=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB85D is #7547A2. Grayscale: #A0A0A0. Windows color (decimal): -7686051 or 6142090. OLE color: 6142090.

HSL color Cylindrical-coordinate representation of color #8AB85D: hue angle of 90.33º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AB85D is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB13818493-
CMYK0.2500.490.28
HSL90.33º39.06%54.31%-
HSV(B)90.33º49.46%72.16%-
XYZ29.640.4716.61-
YUV159.8790.26112.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.25%
GREEN value IS 184 (72.27% from 255) = 44.34%
BLUE value IS 93 (36.72% from 255) = 22.41%
R=33.25%
G=44.34%
B=22.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal138184930.2500.490.2890.3339.0654.31
Hex8AB85D190311C5a2736
Octal21227013531061341324766
Binary10001010101110001011101110010110001111001011010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,184,93); }

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

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

 a { background-color: rgb(138,184,93); }

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

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

 span { border-color: rgb(138,184,93); }

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