#8A9853

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

Shades of Chelsea Cucumber #8A9853

Tints of Chelsea Cucumber #8A9853

Color information

#8A9853 (or 0x8A9853) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, 98 and 53. RGB value is (138,152,83). Sum of RGB (Red+Green+Blue) = 138+152+83=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #8A9853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9853 is #7567AC. Grayscale: #8C8C8C. Windows color (decimal): -7694253 or 5478538. OLE color: 5478538.

HSL color Cylindrical-coordinate representation of color #8A9853: hue angle of 72.17º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A9853 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB13815283-
CMYK0.0900.450.40
HSL72.17º29.36%46.08%-
HSV(B)72.17º45.39%59.61%-
XYZ23.2728.4812.46-
YUV139.9595.86126.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.00%
GREEN value IS 152 (59.77% from 255) = 40.75%
BLUE value IS 83 (32.81% from 255) = 22.25%
R=37.00%
G=40.75%
B=22.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal138152830.0900.450.4072.1729.3646.08
Hex8A9853902D28481d2e
Octal21223012311055501103556
Binary1000101010011000101001110010101101101000100100011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,152,83); }

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

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

 a { background-color: rgb(138,152,83); }

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

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

 span { border-color: rgb(138,152,83); }

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