#829B32

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

Shades of Sushi #829B32

Tints of Sushi #829B32

Color information

#829B32 (or 0x829B32) is unknown color: approx Sushi. HEX triplet: 82, 9B and 32. RGB value is (130,155,50). Sum of RGB (Red+Green+Blue) = 130+155+50=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 155 - color contains mainly: green. Hex color #829B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829B32 is #7D64CD. Grayscale: #878787. Windows color (decimal): -8217806 or 3316610. OLE color: 3316610.

HSL color Cylindrical-coordinate representation of color #829B32: hue angle of 74.29º 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 #829B32 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB13015550-
CMYK0.1600.680.39
HSL74.29º51.22%40.2%-
HSV(B)74.29º67.74%60.78%-
XYZ21.528.427.37-
YUV135.5579.72124.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 155 (60.94% from 255) = 46.27%
BLUE value IS 50 (19.92% from 255) = 14.93%
R=38.81%
G=46.27%
B=14.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130155500.1600.680.3974.2951.2240.2
Hex829B3210044274a3328
Octal20223362200104471126350
Binary100000101001101111001010000010001001001111001010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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