#829828

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

Shades of Sushi #829828

Tints of Sushi #829828

Color information

#829828 (or 0x829828) is unknown color: approx Sushi. HEX triplet: 82, 98 and 28. RGB value is (130,152,40). Sum of RGB (Red+Green+Blue) = 130+152+40=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #829828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829828 is #7D67D7. Grayscale: #858585. Windows color (decimal): -8218584 or 2660482. OLE color: 2660482.

HSL color Cylindrical-coordinate representation of color #829828: hue angle of 71.79º degrees, saturation: 0.58, 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 #829828 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB13015240-
CMYK0.1400.740.40
HSL71.79º58.33%37.65%-
HSV(B)71.79º73.68%59.61%-
XYZ20.8227.366.19-
YUV132.6575.71126.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 152 (59.77% from 255) = 47.20%
BLUE value IS 40 (16.02% from 255) = 12.42%
R=40.37%
G=47.20%
B=12.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130152400.1400.740.4071.7958.3337.65
Hex829828E04A28483a26
Octal20223050160112501107246
Binary10000010100110001010001110010010101010001001000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829828; }

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

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

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

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

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

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

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

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