#82992C

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

Shades of Sushi #82992C

Tints of Sushi #82992C

Color information

#82992C (or 0x82992C) is unknown color: approx Sushi. HEX triplet: 82, 99 and 2C. RGB value is (130,153,44). Sum of RGB (Red+Green+Blue) = 130+153+44=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #82992C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82992C is #7D66D3. Grayscale: #868686. Windows color (decimal): -8218324 or 2922882. OLE color: 2922882.

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

Color convert

RGB13015344-
CMYK0.1500.710.4
HSL72.66º55.33%38.63%-
HSV(B)72.66º71.24%60%-
XYZ21.0527.716.62-
YUV133.777.38125.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.76%
GREEN value IS 153 (60.16% from 255) = 46.79%
BLUE value IS 44 (17.58% from 255) = 13.46%
R=39.76%
G=46.79%
B=13.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal130153440.1500.710.472.6655.3338.63
Hex82992CF04728493727
Octal20223154170107501116747
Binary10000010100110011011001111010001111010001001001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82992C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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