#8AB365

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

Shades of Chelsea Cucumber #8AB365

Tints of Chelsea Cucumber #8AB365

Color information

#8AB365 (or 0x8AB365) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B3 and 65. RGB value is (138,179,101). Sum of RGB (Red+Green+Blue) = 138+179+101=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB365 is #754C9A. Grayscale: #9E9E9E. Windows color (decimal): -7687323 or 6665098. OLE color: 6665098.

HSL color Cylindrical-coordinate representation of color #8AB365: hue angle of 91.54º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AB365 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB138179101-
CMYK0.2300.440.30
HSL91.54º33.91%54.9%-
HSV(B)91.54º43.58%70.2%-
XYZ28.9538.5818.23-
YUV157.8595.92113.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.01%
GREEN value IS 179 (70.31% from 255) = 42.82%
BLUE value IS 101 (39.84% from 255) = 24.16%
R=33.01%
G=42.82%
B=24.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1381791010.2300.440.3091.5433.9154.9
Hex8AB3651702C1E5c2237
Octal21226314527054361344267
Binary10001010101100111100101101110101100111101011100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,179,101); }

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

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

 a { background-color: rgb(138,179,101); }

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

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

 span { border-color: rgb(138,179,101); }

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