#899966

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

Shades of Chelsea Cucumber #899966

Tints of Chelsea Cucumber #899966

Color information

#899966 (or 0x899966) is unknown color: approx Chelsea Cucumber. HEX triplet: 89, 99 and 66. RGB value is (137,153,102). Sum of RGB (Red+Green+Blue) = 137+153+102=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #899966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899966 is #766699. Grayscale: #8E8E8E. Windows color (decimal): -7759514 or 6723977. OLE color: 6723977.

HSL color Cylindrical-coordinate representation of color #899966: hue angle of 78.82º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #899966 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB137153102-
CMYK0.1000.330.4
HSL78.82º20%50%-
HSV(B)78.82º33.33%60%-
XYZ24.1129.0616.91-
YUV142.4105.2124.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.95%
GREEN value IS 153 (60.16% from 255) = 39.03%
BLUE value IS 102 (40.23% from 255) = 26.02%
R=34.95%
G=39.03%
B=26.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1371531020.1000.330.478.822050
Hex899966A021284f1432
Octal21123114612041501172462
Binary1000100110011001110011010100100001101000100111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899966; }

 p { color: rgb(137,153,102); }

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

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

 a { background-color: rgb(137,153,102); }

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

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

 span { border-color: rgb(137,153,102); }

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