Html Css Color HEX #82992F Sushi

📋 copy color: '#82992F'

red 130 ◦ green 153 ◦ blue 47

#82992F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #82992F

Tints of Sushi #82992F

RGB

 RED value IS 130 (51.17% from 255) = 39.39%

 GREEN value IS 153 (60.16% from 255) = 46.36%

 BLUE value IS 47 (18.75% from 255) = 14.24%

R = 39.39%
G = 46.36%
B = 14.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#82992F (or 0x82992F) is known color: Sushi. HEX triplet: 82, 99 and 2F. RGB value is (130,153,47). Sum of RGB (Red+Green+Blue) = 130+153+47=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #82992F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82992F is #7D66D0. Grayscale: #868686. Windows color (decimal): -8218321 or 3119490. OLE color: 3119490.

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

Color convert

RGB 130 153 47 -
CMYK 0.15 0 0.69 0.4
HSL 73.02º 0.53% 0.39% -
HSV(B) 73.02º 0.69% 0.6% -
XYZ 21.11 27.73 6.93 -
YUV 134.04 78.88 125.12 -
System Red Green Blue C M Y K H S L
Decimal 130 153 47 0.15 0 0.69 0.4 73.02 0.53 0.39
Hex 82 99 2F F 0 45 28 49 35 27
Octal 202 231 57 17 0 105 50 111 65 47
Binary 10000010 10011001 101111 1111 0 1000101 101000 1001001 110101 100111

Color Harmonies of #82992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82992F

Black with #82992F

Text Example


Text Example

White with #82992F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82992F;
 }
 .AnyTagClassName
 {
   color: #82992F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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