#829E3C

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

Shades of Sushi #829E3C

Tints of Sushi #829E3C

Color information

#829E3C (or 0x829E3C) is unknown color: approx Sushi. HEX triplet: 82, 9E and 3C. RGB value is (130,158,60). Sum of RGB (Red+Green+Blue) = 130+158+60=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 158 - color contains mainly: green. Hex color #829E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829E3C is #7D61C3. Grayscale: #8A8A8A. Windows color (decimal): -8217028 or 3972738. OLE color: 3972738.

HSL color Cylindrical-coordinate representation of color #829E3C: hue angle of 77.14º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #829E3C is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB13015860-
CMYK0.1800.620.38
HSL77.14º44.95%42.75%-
HSV(B)77.14º62.03%61.96%-
XYZ22.2529.538.8-
YUV138.4683.72121.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.36%
GREEN value IS 158 (62.11% from 255) = 45.40%
BLUE value IS 60 (23.83% from 255) = 17.24%
R=37.36%
G=45.40%
B=17.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130158600.1800.620.3877.1444.9542.75
Hex829E3C1203E264d2d2b
Octal2022367422076461155553
Binary10000010100111101111001001001111101001101001101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829E3C; }

 p { color: rgb(130,158,60); }

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

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

 a { background-color: rgb(130,158,60); }

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

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

 span { border-color: rgb(130,158,60); }

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