#8AA163

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

Shades of Chelsea Cucumber #8AA163

Tints of Chelsea Cucumber #8AA163

Color information

#8AA163 (or 0x8AA163) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A1 and 63. RGB value is (138,161,99). Sum of RGB (Red+Green+Blue) = 138+161+99=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA163 is #755E9C. Grayscale: #939393. Windows color (decimal): -7691933 or 6529418. OLE color: 6529418.

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

Color convert

RGB13816199-
CMYK0.1400.390.37
HSL82.26º24.8%50.98%-
HSV(B)82.26º38.51%63.14%-
XYZ25.4831.7916.6-
YUV147.06100.88121.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.67%
GREEN value IS 161 (63.28% from 255) = 40.45%
BLUE value IS 99 (39.06% from 255) = 24.87%
R=34.67%
G=40.45%
B=24.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal138161990.1400.390.3782.2624.850.98
Hex8AA163E02725521933
Octal21224114316047451223163
Binary1000101010100001110001111100100111100101101001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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