#829C32

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

Shades of Sushi #829C32

Tints of Sushi #829C32

Color information

#829C32 (or 0x829C32) is unknown color: approx Sushi. HEX triplet: 82, 9C and 32. RGB value is (130,156,50). Sum of RGB (Red+Green+Blue) = 130+156+50=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #829C32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829C32 is #7D63CD. Grayscale: #888888. Windows color (decimal): -8217550 or 3316866. OLE color: 3316866.

HSL color Cylindrical-coordinate representation of color #829C32: hue angle of 74.72º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #829C32 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB13015650-
CMYK0.1700.680.39
HSL74.72º51.46%40.39%-
HSV(B)74.72º67.95%61.18%-
XYZ21.6728.757.43-
YUV136.1479.39123.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.69%
GREEN value IS 156 (61.33% from 255) = 46.43%
BLUE value IS 50 (19.92% from 255) = 14.88%
R=38.69%
G=46.43%
B=14.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130156500.1700.680.3974.7251.4640.39
Hex829C3211044274b3328
Octal20223462210104471136350
Binary100000101001110011001010001010001001001111001011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,156,50); }

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

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

 a { background-color: rgb(130,156,50); }

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

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

 span { border-color: rgb(130,156,50); }

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