#8a9b64

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

Shades of Chelsea Cucumber #8A9B64

Tints of Chelsea Cucumber #8A9B64

Color information

#8A9B64 (or 0x8A9B64) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, 9B and 64. RGB value is (138,155,100). Sum of RGB (Red+Green+Blue) = 138+155+100=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9B64 is #75649B. Grayscale: #8F8F8F. Windows color (decimal): -7693468 or 6593418. OLE color: 6593418.

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

Color convert

RGB138155100-
CMYK0.1100.350.39
HSL78.55º21.57%50%-
HSV(B)78.55º35.48%60.78%-
XYZ24.529.7716.51-
YUV143.65103.37123.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.11%
GREEN value IS 155 (60.94% from 255) = 39.44%
BLUE value IS 100 (39.45% from 255) = 25.45%
R=35.11%
G=39.44%
B=25.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381551000.1100.350.3978.5521.5750
Hex8A9B64B023274f1632
Octal21223314413043471172662
Binary1000101010011011110010010110100011100111100111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a9b64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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