#829928

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

Shades of Sushi #829928

Tints of Sushi #829928

Color information

#829928 (or 0x829928) is unknown color: approx Sushi. HEX triplet: 82, 99 and 28. RGB value is (130,153,40). Sum of RGB (Red+Green+Blue) = 130+153+40=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #829928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829928 is #7D66D7. Grayscale: #858585. Windows color (decimal): -8218328 or 2660738. OLE color: 2660738.

HSL color Cylindrical-coordinate representation of color #829928: hue angle of 72.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #829928 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB13015340-
CMYK0.1500.740.4
HSL72.21º58.55%37.84%-
HSV(B)72.21º73.86%60%-
XYZ20.9827.686.24-
YUV133.2475.38125.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.25%
GREEN value IS 153 (60.16% from 255) = 47.37%
BLUE value IS 40 (16.02% from 255) = 12.38%
R=40.25%
G=47.37%
B=12.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal130153400.1500.740.472.2158.5537.84
Hex829928F04A28483b26
Octal20223150170112501107346
Binary10000010100110011010001111010010101010001001000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829928; }

 p { color: rgb(130,153,40); }

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

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

 a { background-color: rgb(130,153,40); }

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

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

 span { border-color: rgb(130,153,40); }

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