#8AB94C

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

Shades of Chelsea Cucumber #8AB94C

Tints of Chelsea Cucumber #8AB94C

Color information

#8AB94C (or 0x8AB94C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B9 and 4C. RGB value is (138,185,76). Sum of RGB (Red+Green+Blue) = 138+185+76=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB94C is #7546B3. Grayscale: #9E9E9E. Windows color (decimal): -7685812 or 5028234. OLE color: 5028234.

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

Color convert

RGB13818576-
CMYK0.2500.590.27
HSL85.87º43.78%51.18%-
HSV(B)85.87º58.92%72.55%-
XYZ29.1340.6213.14-
YUV158.5281.43113.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.59%
GREEN value IS 185 (72.66% from 255) = 46.37%
BLUE value IS 76 (30.08% from 255) = 19.05%
R=34.59%
G=46.37%
B=19.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138185760.2500.590.2785.8743.7851.18
Hex8AB94C1903B1B562c33
Octal21227111431073331265463
Binary10001010101110011001100110010111011110111010110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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