#8A9E5B

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

Shades of Chelsea Cucumber #8A9E5B

Tints of Chelsea Cucumber #8A9E5B

Color information

#8A9E5B (or 0x8A9E5B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, 9E and 5B. RGB value is (138,158,91). Sum of RGB (Red+Green+Blue) = 138+158+91=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 158 - color contains mainly: green. Hex color #8A9E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9E5B is #7561A4. Grayscale: #909090. Windows color (decimal): -7692709 or 6004362. OLE color: 6004362.

HSL color Cylindrical-coordinate representation of color #8A9E5B: hue angle of 77.91º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A9E5B is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB13815891-
CMYK0.1300.420.38
HSL77.91º26.91%48.82%-
HSV(B)77.91º42.41%61.96%-
XYZ24.630.6114.51-
YUV144.3897.87123.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.66%
GREEN value IS 158 (62.11% from 255) = 40.83%
BLUE value IS 91 (35.94% from 255) = 23.51%
R=35.66%
G=40.83%
B=23.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138158910.1300.420.3877.9126.9148.82
Hex8A9E5BD02A264e1b31
Octal21223613315052461163361
Binary1000101010011110101101111010101010100110100111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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