#829b31

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

Shades of Sushi #829B31

Tints of Sushi #829B31

Color information

#829B31 (or 0x829B31) is unknown color: approx Sushi. HEX triplet: 82, 9B and 31. RGB value is (130,155,49). Sum of RGB (Red+Green+Blue) = 130+155+49=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 155 - color contains mainly: green. Hex color #829B31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829B31 is #7D64CE. Grayscale: #878787. Windows color (decimal): -8217807 or 3251074. OLE color: 3251074.

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

Color convert

RGB13015549-
CMYK0.1600.680.39
HSL74.15º51.96%40%-
HSV(B)74.15º68.39%60.78%-
XYZ21.4828.417.26-
YUV135.4479.22124.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 155 (60.94% from 255) = 46.41%
BLUE value IS 49 (19.53% from 255) = 14.67%
R=38.92%
G=46.41%
B=14.67%

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
Decimal130155490.1600.680.3974.1551.9640
Hex829B3110044274a3428
Octal20223361200104471126450
Binary100000101001101111000110000010001001001111001010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829b31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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