#8A9D50

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

Shades of Chelsea Cucumber #8A9D50

Tints of Chelsea Cucumber #8A9D50

Color information

#8A9D50 (or 0x8A9D50) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, 9D and 50. RGB value is (138,157,80). Sum of RGB (Red+Green+Blue) = 138+157+80=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 157 - color contains mainly: green. Hex color #8A9D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9D50 is #7562AF. Grayscale: #8E8E8E. Windows color (decimal): -7692976 or 5283210. OLE color: 5283210.

HSL color Cylindrical-coordinate representation of color #8A9D50: hue angle of 74.81º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A9D50 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB13815780-
CMYK0.1200.490.38
HSL74.81º32.49%46.47%-
HSV(B)74.81º49.04%61.57%-
XYZ23.9930.112.13-
YUV142.5492.71124.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.8%
GREEN value IS 157 (61.72% from 255) = 41.87%
BLUE value IS 80 (31.64% from 255) = 21.33%
R=36.8%
G=41.87%
B=21.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138157800.1200.490.3874.8132.4946.47
Hex8A9D50C031264b202e
Octal21223512014061461134056
Binary10001010100111011010000110001100011001101001011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,157,80); }

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

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

 a { background-color: rgb(138,157,80); }

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

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

 span { border-color: rgb(138,157,80); }

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