#829B3A

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

Shades of Sushi #829B3A

Tints of Sushi #829B3A

Color information

#829B3A (or 0x829B3A) is unknown color: approx Sushi. HEX triplet: 82, 9B and 3A. RGB value is (130,155,58). Sum of RGB (Red+Green+Blue) = 130+155+58=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #829B3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829B3A is #7D64C5. Grayscale: #888888. Windows color (decimal): -8217798 or 3840898. OLE color: 3840898.

HSL color Cylindrical-coordinate representation of color #829B3A: hue angle of 75.46º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #829B3A is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB13015558-
CMYK0.1600.630.39
HSL75.46º45.54%41.76%-
HSV(B)75.46º62.58%60.78%-
XYZ21.6928.498.36-
YUV136.4783.72123.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.90%
GREEN value IS 155 (60.94% from 255) = 45.19%
BLUE value IS 58 (23.05% from 255) = 16.91%
R=37.90%
G=45.19%
B=16.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130155580.1600.630.3975.4645.5441.76
Hex829B3A1003F274b2e2a
Octal2022337220077471135652
Binary10000010100110111110101000001111111001111001011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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