#829F38

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

Shades of Sushi #829F38

Tints of Sushi #829F38

Color information

#829F38 (or 0x829F38) is unknown color: approx Sushi. HEX triplet: 82, 9F and 38. RGB value is (130,159,56). Sum of RGB (Red+Green+Blue) = 130+159+56=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #829F38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829F38 is #7D60C7. Grayscale: #8A8A8A. Windows color (decimal): -8216776 or 3710850. OLE color: 3710850.

HSL color Cylindrical-coordinate representation of color #829F38: hue angle of 76.89º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #829F38 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB13015956-
CMYK0.1800.650.38
HSL76.89º47.91%42.16%-
HSV(B)76.89º64.78%62.35%-
XYZ22.3229.838.32-
YUV138.5981.39121.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 159 (62.5% from 255) = 46.09%
BLUE value IS 56 (22.27% from 255) = 16.23%
R=37.68%
G=46.09%
B=16.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130159560.1800.650.3876.8947.9142.16
Hex829F3812041264d302a
Octal20223770220101461156052
Binary100000101001111111100010010010000011001101001101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,159,56); }

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

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

 a { background-color: rgb(130,159,56); }

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

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

 span { border-color: rgb(130,159,56); }

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