#8A9A54

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

Shades of Chelsea Cucumber #8A9A54

Tints of Chelsea Cucumber #8A9A54

Color information

#8A9A54 (or 0x8A9A54) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, 9A and 54. RGB value is (138,154,84). Sum of RGB (Red+Green+Blue) = 138+154+84=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 154 - color contains mainly: green. Hex color #8A9A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9A54 is #7565AB. Grayscale: #8D8D8D. Windows color (decimal): -7693740 or 5544586. OLE color: 5544586.

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

Color convert

RGB13815484-
CMYK0.1000.450.40
HSL73.71º29.41%46.67%-
HSV(B)73.71º45.45%60.39%-
XYZ23.6429.1512.77-
YUV141.2495.7125.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.70%
GREEN value IS 154 (60.55% from 255) = 40.96%
BLUE value IS 84 (33.20% from 255) = 22.34%
R=36.70%
G=40.96%
B=22.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal138154840.1000.450.4073.7129.4146.67
Hex8A9A54A02D284a1d2f
Octal21223212412055501123557
Binary1000101010011010101010010100101101101000100101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,154,84); }

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

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

 a { background-color: rgb(138,154,84); }

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

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

 span { border-color: rgb(138,154,84); }

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