#8A9F64

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

Shades of Chelsea Cucumber #8A9F64

Tints of Chelsea Cucumber #8A9F64

Color information

#8A9F64 (or 0x8A9F64) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, 9F and 64. RGB value is (138,159,100). Sum of RGB (Red+Green+Blue) = 138+159+100=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 159 - color contains mainly: green. Hex color #8A9F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9F64 is #75609B. Grayscale: #929292. Windows color (decimal): -7692444 or 6594442. OLE color: 6594442.

HSL color Cylindrical-coordinate representation of color #8A9F64: hue angle of 81.36º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A9F64 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB138159100-
CMYK0.1300.370.38
HSL81.36º23.51%50.78%-
HSV(B)81.36º37.11%62.35%-
XYZ25.1831.1216.74-
YUV146102.04122.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.76%
GREEN value IS 159 (62.5% from 255) = 40.05%
BLUE value IS 100 (39.45% from 255) = 25.19%
R=34.76%
G=40.05%
B=25.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1381591000.1300.370.3881.3623.5150.78
Hex8A9F64D02526511833
Octal21223714415045461213063
Binary1000101010011111110010011010100101100110101000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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