#8a9956

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

Shades of Chelsea Cucumber #8A9956

Tints of Chelsea Cucumber #8A9956

Color information

#8A9956 (or 0x8A9956) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, 99 and 56. RGB value is (138,153,86). Sum of RGB (Red+Green+Blue) = 138+153+86=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #8A9956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9956 is #7566A9. Grayscale: #8D8D8D. Windows color (decimal): -7693994 or 5675402. OLE color: 5675402.

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

Color convert

RGB13815386-
CMYK0.1000.440.4
HSL73.43º28.03%46.86%-
HSV(B)73.43º43.79%60%-
XYZ23.5528.8613.13-
YUV140.8897.03125.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.60%
GREEN value IS 153 (60.16% from 255) = 40.58%
BLUE value IS 86 (33.98% from 255) = 22.81%
R=36.60%
G=40.58%
B=22.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal138153860.1000.440.473.4328.0346.86
Hex8A9956A02C28491c2f
Octal21223112612054501113457
Binary1000101010011001101011010100101100101000100100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a9956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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