#829A36

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

Shades of Sushi #829A36

Tints of Sushi #829A36

Color information

#829A36 (or 0x829A36) is unknown color: approx Sushi. HEX triplet: 82, 9A and 36. RGB value is (130,154,54). Sum of RGB (Red+Green+Blue) = 130+154+54=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 154 - color contains mainly: green. Hex color #829A36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829A36 is #7D65C9. Grayscale: #878787. Windows color (decimal): -8218058 or 3578498. OLE color: 3578498.

HSL color Cylindrical-coordinate representation of color #829A36: hue angle of 74.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #829A36 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB13015454-
CMYK0.1600.650.40
HSL74.4º48.08%40.78%-
HSV(B)74.4º64.94%60.39%-
XYZ21.4328.127.79-
YUV135.4282.05124.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 154 (60.55% from 255) = 45.56%
BLUE value IS 54 (21.48% from 255) = 15.98%
R=38.46%
G=45.56%
B=15.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130154540.1600.650.4074.448.0840.78
Hex829A3610041284a3029
Octal20223266200101501126051
Binary100000101001101011011010000010000011010001001010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,154,54); }

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

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

 a { background-color: rgb(130,154,54); }

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

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

 span { border-color: rgb(130,154,54); }

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