Html Css Color HEX #848C51 Wasabi

📋 copy color: '#848C51'

red 132 ◦ green 140 ◦ blue 81

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

Shades of Wasabi #848C51

Tints of Wasabi #848C51

RGB

 RED value IS 132 (51.95% from 255) = 37.39%

 GREEN value IS 140 (55.08% from 255) = 39.66%

 BLUE value IS 81 (32.03% from 255) = 22.95%

R = 37.39%
G = 39.66%
B = 22.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#848C51 (or 0x848C51) is known color: Wasabi. HEX triplet: 84, 8C and 51. RGB value is (132,140,81). Sum of RGB (Red+Green+Blue) = 132+140+81=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 140 - color contains mainly: green. Hex color #848C51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848C51 is #7B73AE. Grayscale: #838383. Windows color (decimal): -8090543 or 5344388. OLE color: 5344388.

HSL color Cylindrical-coordinate representation of color #848C51: hue angle of 68.14º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #848C51 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 140 81 -
CMYK 0.06 0 0.42 0.45
HSL 68.14º 0.27% 0.43% -
HSV(B) 68.14º 0.42% 0.55% -
XYZ 20.38 24.26 11.39 -
YUV 130.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 132 140 81 0.06 0 0.42 0.45 68.14 0.27 0.43
Hex 84 8C 51 6 0 2A 2D 44 1B 2B
Octal 204 214 121 6 0 52 55 104 33 53
Binary 10000100 10001100 1010001 110 0 101010 101101 1000100 11011 101011

Color Harmonies of #848C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848C51

Black with #848C51

Text Example


Text Example

White with #848C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848C51; }

 p { color: rgb(132,140,81); }

 H1.HeaderClassName
 {
   color: #848C51;
 }
 .AnyTagClassName
 {
   color: #848C51;
 }
</style>

background-color css

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

 a { background-color: rgb(132,140,81); }

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

border-color css

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

 span { border-color: rgb(132,140,81); }

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