#8AA16B

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

Shades of Chelsea Cucumber #8AA16B

Tints of Chelsea Cucumber #8AA16B

Color information

#8AA16B (or 0x8AA16B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A1 and 6B. RGB value is (138,161,107). Sum of RGB (Red+Green+Blue) = 138+161+107=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA16B is #755E94. Grayscale: #949494. Windows color (decimal): -7691925 or 7053706. OLE color: 7053706.

HSL color Cylindrical-coordinate representation of color #8AA16B: hue angle of 85.56º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AA16B is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB138161107-
CMYK0.1400.340.37
HSL85.56º22.31%52.55%-
HSV(B)85.56º33.54%63.14%-
XYZ25.8831.9518.71-
YUV147.97104.88120.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.99%
GREEN value IS 161 (63.28% from 255) = 39.66%
BLUE value IS 107 (42.19% from 255) = 26.35%
R=33.99%
G=39.66%
B=26.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1381611070.1400.340.3785.5622.3152.55
Hex8AA16BE02225561635
Octal21224115316042451262665
Binary1000101010100001110101111100100010100101101011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,161,107); }

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

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

 a { background-color: rgb(138,161,107); }

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

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

 span { border-color: rgb(138,161,107); }

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