#8AB84C

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

Shades of Chelsea Cucumber #8AB84C

Tints of Chelsea Cucumber #8AB84C

Color information

#8AB84C (or 0x8AB84C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B8 and 4C. RGB value is (138,184,76). Sum of RGB (Red+Green+Blue) = 138+184+76=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB84C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB84C is #7547B3. Grayscale: #9E9E9E. Windows color (decimal): -7686068 or 5027978. OLE color: 5027978.

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

Color convert

RGB13818476-
CMYK0.2500.590.28
HSL85.56º43.2%50.98%-
HSV(B)85.56º58.7%72.16%-
XYZ28.9340.2113.07-
YUV157.9381.76113.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.67%
GREEN value IS 184 (72.27% from 255) = 46.23%
BLUE value IS 76 (30.08% from 255) = 19.10%
R=34.67%
G=46.23%
B=19.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal138184760.2500.590.2885.5643.250.98
Hex8AB84C1903B1C562b33
Octal21227011431073341265363
Binary10001010101110001001100110010111011111001010110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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