#8A9951

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

Shades of Chelsea Cucumber #8A9951

Tints of Chelsea Cucumber #8A9951

Color information

#8A9951 (or 0x8A9951) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, 99 and 51. RGB value is (138,153,81). Sum of RGB (Red+Green+Blue) = 138+153+81=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #8A9951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9951 is #7566AE. Grayscale: #8C8C8C. Windows color (decimal): -7693999 or 5347722. OLE color: 5347722.

HSL color Cylindrical-coordinate representation of color #8A9951: hue angle of 72.5º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A9951 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.4.

Color convert

RGB13815381-
CMYK0.1000.470.4
HSL72.5º30.77%45.88%-
HSV(B)72.5º47.06%60%-
XYZ23.3628.7812.11-
YUV140.3194.53126.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.10%
GREEN value IS 153 (60.16% from 255) = 41.13%
BLUE value IS 81 (32.03% from 255) = 21.77%
R=37.10%
G=41.13%
B=21.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal138153810.1000.470.472.530.7745.88
Hex8A9951A02F28481f2e
Octal21223112112057501103756
Binary1000101010011001101000110100101111101000100100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,153,81); }

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

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

 a { background-color: rgb(138,153,81); }

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

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

 span { border-color: rgb(138,153,81); }

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