#869B2C

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

Shades of Sushi #869B2C

Tints of Sushi #869B2C

Color information

#869B2C (or 0x869B2C) is unknown color: approx Sushi. HEX triplet: 86, 9B and 2C. RGB value is (134,155,44). Sum of RGB (Red+Green+Blue) = 134+155+44=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #869B2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869B2C is #7964D3. Grayscale: #888888. Windows color (decimal): -7955668 or 2923398. OLE color: 2923398.

HSL color Cylindrical-coordinate representation of color #869B2C: hue angle of 71.35º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #869B2C is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB13415544-
CMYK0.1400.720.39
HSL71.35º55.78%39.02%-
HSV(B)71.35º71.61%60.78%-
XYZ22.0128.696.76-
YUV136.0776.04126.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.24%
GREEN value IS 155 (60.94% from 255) = 46.55%
BLUE value IS 44 (17.58% from 255) = 13.21%
R=40.24%
G=46.55%
B=13.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134155440.1400.720.3971.3555.7839.02
Hex869B2CE04827473827
Octal20623354160110471077047
Binary10000110100110111011001110010010001001111000111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869B2C; }

 p { color: rgb(134,155,44); }

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

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

 a { background-color: rgb(134,155,44); }

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

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

 span { border-color: rgb(134,155,44); }

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