#8A9B63

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

Shades of Chelsea Cucumber #8A9B63

Tints of Chelsea Cucumber #8A9B63

Color information

#8A9B63 (or 0x8A9B63) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, 9B and 63. RGB value is (138,155,99). Sum of RGB (Red+Green+Blue) = 138+155+99=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9B63 is #75649C. Grayscale: #8F8F8F. Windows color (decimal): -7693469 or 6527882. OLE color: 6527882.

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

Color convert

RGB13815599-
CMYK0.1100.360.39
HSL78.21º22.05%49.8%-
HSV(B)78.21º36.13%60.78%-
XYZ24.4529.7516.26-
YUV143.53102.87124.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.20%
GREEN value IS 155 (60.94% from 255) = 39.54%
BLUE value IS 99 (39.06% from 255) = 25.26%
R=35.20%
G=39.54%
B=25.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138155990.1100.360.3978.2122.0549.8
Hex8A9B63B024274e1632
Octal21223314313044471162662
Binary1000101010011011110001110110100100100111100111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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