#8AB85C

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

Shades of Chelsea Cucumber #8AB85C

Tints of Chelsea Cucumber #8AB85C

Color information

#8AB85C (or 0x8AB85C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B8 and 5C. RGB value is (138,184,92). Sum of RGB (Red+Green+Blue) = 138+184+92=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 184 (72.27% from 255 or 44.44% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB85C is #7547A3. Grayscale: #A0A0A0. Windows color (decimal): -7686052 or 6076554. OLE color: 6076554.

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

Color convert

RGB13818492-
CMYK0.2500.500.28
HSL90º39.32%54.12%-
HSV(B)90º50%72.16%-
XYZ29.5540.4616.38-
YUV159.7689.76112.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 184 (72.27% from 255) = 44.44%
BLUE value IS 92 (36.33% from 255) = 22.22%
R=33.33%
G=44.44%
B=22.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal138184920.2500.500.289039.3254.12
Hex8AB85C190321C5a2736
Octal21227013431062341324766
Binary10001010101110001011100110010110010111001011010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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