#889F2F

Color #889F2F Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #889F2F

Tints of Sushi #889F2F

Color information

#889F2F (or 0x889F2F) is unknown color: approx Sushi. HEX triplet: 88, 9F and 2F. RGB value is (136,159,47). Sum of RGB (Red+Green+Blue) = 136+159+47=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 159 - color contains mainly: green. Hex color #889F2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889F2F is #7760D0. Grayscale: #8B8B8B. Windows color (decimal): -7823569 or 3121032. OLE color: 3121032.

HSL color Cylindrical-coordinate representation of color #889F2F: hue angle of 72.32º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #889F2F is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB13615947-
CMYK0.1400.700.38
HSL72.32º54.37%40.39%-
HSV(B)72.32º70.44%62.35%-
XYZ23.0630.247.31-
YUV139.3675.88125.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.77%
GREEN value IS 159 (62.5% from 255) = 46.49%
BLUE value IS 47 (18.75% from 255) = 13.74%
R=39.77%
G=46.49%
B=13.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136159470.1400.700.3872.3254.3740.39
Hex889F2FE04626483628
Octal21023757160106461106650
Binary10001000100111111011111110010001101001101001000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889F2F; }

 p { color: rgb(136,159,47); }

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

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

 a { background-color: rgb(136,159,47); }

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

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

 span { border-color: rgb(136,159,47); }

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