#8AA663

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

Shades of Chelsea Cucumber #8AA663

Tints of Chelsea Cucumber #8AA663

Color information

#8AA663 (or 0x8AA663) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A6 and 63. RGB value is (138,166,99). Sum of RGB (Red+Green+Blue) = 138+166+99=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA663 is #75599C. Grayscale: #969696. Windows color (decimal): -7690653 or 6530698. OLE color: 6530698.

HSL color Cylindrical-coordinate representation of color #8AA663: hue angle of 85.07º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AA663 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB13816699-
CMYK0.1700.400.35
HSL85.07º27.35%51.96%-
HSV(B)85.07º40.36%65.1%-
XYZ26.3733.5816.9-
YUV149.9999.22119.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.24%
GREEN value IS 166 (65.23% from 255) = 41.19%
BLUE value IS 99 (39.06% from 255) = 24.57%
R=34.24%
G=41.19%
B=24.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138166990.1700.400.3585.0727.3551.96
Hex8AA6631102823551b34
Octal21224614321050431253364
Binary10001010101001101100011100010101000100011101010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,166,99); }

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

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

 a { background-color: rgb(138,166,99); }

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

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

 span { border-color: rgb(138,166,99); }

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