#8AA96B

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

Shades of Chelsea Cucumber #8AA96B

Tints of Chelsea Cucumber #8AA96B

Color information

#8AA96B (or 0x8AA96B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A9 and 6B. RGB value is (138,169,107). Sum of RGB (Red+Green+Blue) = 138+169+107=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA96B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA96B is #755694. Grayscale: #989898. Windows color (decimal): -7689877 or 7055754. OLE color: 7055754.

HSL color Cylindrical-coordinate representation of color #8AA96B: hue angle of 90º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AA96B is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB138169107-
CMYK0.1800.370.34
HSL90º26.5%54.12%-
HSV(B)90º36.69%66.27%-
XYZ27.3234.8419.19-
YUV152.66102.23117.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 169 (66.41% from 255) = 40.82%
BLUE value IS 107 (42.19% from 255) = 25.85%
R=33.33%
G=40.82%
B=25.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1381691070.1800.370.349026.554.12
Hex8AA96B12025225a1a36
Octal21225115322045421323266
Binary10001010101010011101011100100100101100010101101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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