#8AB460

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

Shades of Chelsea Cucumber #8AB460

Tints of Chelsea Cucumber #8AB460

Color information

#8AB460 (or 0x8AB460) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B4 and 60. RGB value is (138,180,96). Sum of RGB (Red+Green+Blue) = 138+180+96=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB460 is #754B9F. Grayscale: #9E9E9E. Windows color (decimal): -7687072 or 6337674. OLE color: 6337674.

HSL color Cylindrical-coordinate representation of color #8AB460: hue angle of 90º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8AB460 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB13818096-
CMYK0.2300.470.29
HSL90º35.9%54.12%-
HSV(B)90º46.67%70.59%-
XYZ28.9138.8917.05-
YUV157.8793.09113.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 180 (70.70% from 255) = 43.48%
BLUE value IS 96 (37.89% from 255) = 23.19%
R=33.33%
G=43.48%
B=23.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138180960.2300.470.299035.954.12
Hex8AB4601702F1D5a2436
Octal21226414027057351324466
Binary10001010101101001100000101110101111111011011010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,180,96); }

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

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

 a { background-color: rgb(138,180,96); }

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

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

 span { border-color: rgb(138,180,96); }

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