#8AA169

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

Shades of Chelsea Cucumber #8AA169

Tints of Chelsea Cucumber #8AA169

Color information

#8AA169 (or 0x8AA169) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A1 and 69. RGB value is (138,161,105). Sum of RGB (Red+Green+Blue) = 138+161+105=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA169 is #755E96. Grayscale: #939393. Windows color (decimal): -7691927 or 6922634. OLE color: 6922634.

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

Color convert

RGB138161105-
CMYK0.1400.350.37
HSL84.64º22.95%52.16%-
HSV(B)84.64º34.78%63.14%-
XYZ25.7831.9118.17-
YUV147.74103.88121.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.16%
GREEN value IS 161 (63.28% from 255) = 39.85%
BLUE value IS 105 (41.41% from 255) = 25.99%
R=34.16%
G=39.85%
B=25.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1381611050.1400.350.3784.6422.9552.16
Hex8AA169E02325551734
Octal21224115116043451252764
Binary1000101010100001110100111100100011100101101010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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