#8A9E6E

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

Shades of Chelsea Cucumber #8A9E6E

Tints of Chelsea Cucumber #8A9E6E

Color information

#8A9E6E (or 0x8A9E6E) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, 9E and 6E. RGB value is (138,158,110). Sum of RGB (Red+Green+Blue) = 138+158+110=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 158 - color contains mainly: green. Hex color #8A9E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9E6E is #756191. Grayscale: #929292. Windows color (decimal): -7692690 or 7249546. OLE color: 7249546.

HSL color Cylindrical-coordinate representation of color #8A9E6E: hue angle of 85º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A9E6E is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB138158110-
CMYK0.1300.300.38
HSL85º19.83%52.55%-
HSV(B)85º30.38%61.96%-
XYZ25.5230.9819.39-
YUV146.55107.37121.9-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.99%
GREEN value IS 158 (62.11% from 255) = 38.92%
BLUE value IS 110 (43.36% from 255) = 27.09%
R=33.99%
G=38.92%
B=27.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1381581100.1300.300.388519.8352.55
Hex8A9E6ED01E26551435
Octal21223615615036461252465
Binary100010101001111011011101101011110100110101010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,158,110); }

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

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

 a { background-color: rgb(138,158,110); }

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

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

 span { border-color: rgb(138,158,110); }

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