#8A9B52

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

Shades of Chelsea Cucumber #8A9B52

Tints of Chelsea Cucumber #8A9B52

Color information

#8A9B52 (or 0x8A9B52) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, 9B and 52. RGB value is (138,155,82). Sum of RGB (Red+Green+Blue) = 138+155+82=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9B52 is #7564AD. Grayscale: #8D8D8D. Windows color (decimal): -7693486 or 5413770. OLE color: 5413770.

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

Color convert

RGB13815582-
CMYK0.1100.470.39
HSL73.97º30.8%46.47%-
HSV(B)73.97º47.1%60.78%-
XYZ23.7329.4612.42-
YUV141.694.37125.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.8%
GREEN value IS 155 (60.94% from 255) = 41.33%
BLUE value IS 82 (32.42% from 255) = 21.87%
R=36.8%
G=41.33%
B=21.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138155820.1100.470.3973.9730.846.47
Hex8A9B52B02F274a1f2e
Octal21223312213057471123756
Binary1000101010011011101001010110101111100111100101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,155,82); }

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

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

 a { background-color: rgb(138,155,82); }

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

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

 span { border-color: rgb(138,155,82); }

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