#82992E

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

Shades of Sushi #82992E

Tints of Sushi #82992E

Color information

#82992E (or 0x82992E) is unknown color: approx Sushi. HEX triplet: 82, 99 and 2E. RGB value is (130,153,46). Sum of RGB (Red+Green+Blue) = 130+153+46=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #82992E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82992E is #7D66D1. Grayscale: #868686. Windows color (decimal): -8218322 or 3053954. OLE color: 3053954.

HSL color Cylindrical-coordinate representation of color #82992E: hue angle of 72.9º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82992E is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB13015346-
CMYK0.1500.700.4
HSL72.9º53.77%39.02%-
HSV(B)72.9º69.93%60%-
XYZ21.0927.736.82-
YUV133.9278.38125.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 153 (60.16% from 255) = 46.50%
BLUE value IS 46 (18.36% from 255) = 13.98%
R=39.51%
G=46.50%
B=13.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal130153460.1500.700.472.953.7739.02
Hex82992EF04628493627
Octal20223156170106501116647
Binary10000010100110011011101111010001101010001001001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82992E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82992E; }

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

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

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

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

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

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

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

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