Html Css Color HEX #82884B Wasabi

📋 copy color: '#82884B'

red 130 ◦ green 136 ◦ blue 75

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

Shades of Wasabi #82884B

Tints of Wasabi #82884B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.88%

 BLUE value IS 75 (29.69% from 255) = 21.99%

R = 38.12%
G = 39.88%
B = 21.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#82884B (or 0x82884B) is known color: Wasabi. HEX triplet: 82, 88 and 4B. RGB value is (130,136,75). Sum of RGB (Red+Green+Blue) = 130+136+75=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 136 - color contains mainly: green. Hex color #82884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82884B is #7D77B4. Grayscale: #7F7F7F. Windows color (decimal): -8222645 or 4950146. OLE color: 4950146.

HSL color Cylindrical-coordinate representation of color #82884B: hue angle of 65.9º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82884B is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 136 75 -
CMYK 0.04 0 0.45 0.47
HSL 65.9º 0.29% 0.41% -
HSV(B) 65.9º 0.45% 0.53% -
XYZ 19.28 22.86 10.05 -
YUV 127.25 98.51 129.96 -
System Red Green Blue C M Y K H S L
Decimal 130 136 75 0.04 0 0.45 0.47 65.9 0.29 0.41
Hex 82 88 4B 4 0 2D 2F 42 1D 29
Octal 202 210 113 4 0 55 57 102 35 51
Binary 10000010 10001000 1001011 100 0 101101 101111 1000010 11101 101001

Color Harmonies of #82884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82884B

Black with #82884B

Text Example


Text Example

White with #82884B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82884B; }

 p { color: rgb(130,136,75); }

 H1.HeaderClassName
 {
   color: #82884B;
 }
 .AnyTagClassName
 {
   color: #82884B;
 }
</style>

background-color css

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

 a { background-color: rgb(130,136,75); }

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

border-color css

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

 span { border-color: rgb(130,136,75); }

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