#8A9C5F

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

Shades of Chelsea Cucumber #8A9C5F

Tints of Chelsea Cucumber #8A9C5F

Color information

#8A9C5F (or 0x8A9C5F) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, 9C and 5F. RGB value is (138,156,95). Sum of RGB (Red+Green+Blue) = 138+156+95=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 156 - color contains mainly: green. Hex color #8A9C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9C5F is #7563A0. Grayscale: #8F8F8F. Windows color (decimal): -7693217 or 6265994. OLE color: 6265994.

HSL color Cylindrical-coordinate representation of color #8A9C5F: hue angle of 77.7º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A9C5F is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB13815695-
CMYK0.1200.390.39
HSL77.7º24.3%49.22%-
HSV(B)77.7º39.1%61.18%-
XYZ24.4430.0115.33-
YUV143.66100.54123.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.48%
GREEN value IS 156 (61.33% from 255) = 40.10%
BLUE value IS 95 (37.5% from 255) = 24.42%
R=35.48%
G=40.10%
B=24.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138156950.1200.390.3977.724.349.22
Hex8A9C5FC027274e1831
Octal21223413714047471163061
Binary1000101010011100101111111000100111100111100111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,156,95); }

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

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

 a { background-color: rgb(138,156,95); }

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

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

 span { border-color: rgb(138,156,95); }

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