Html Css Color HEX #848B50 Wasabi

📋 copy color: '#848B50'

red 132 ◦ green 139 ◦ blue 80

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

Shades of Wasabi #848B50

Tints of Wasabi #848B50

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.6%

 BLUE value IS 80 (31.64% from 255) = 22.79%

R = 37.61%
G = 39.6%
B = 22.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#848B50 (or 0x848B50) is known color: Wasabi. HEX triplet: 84, 8B and 50. RGB value is (132,139,80). Sum of RGB (Red+Green+Blue) = 132+139+80=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 139 - color contains mainly: green. Hex color #848B50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848B50 is #7B74AF. Grayscale: #828282. Windows color (decimal): -8090800 or 5278596. OLE color: 5278596.

HSL color Cylindrical-coordinate representation of color #848B50: hue angle of 67.12º 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 #848B50 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 139 80 -
CMYK 0.05 0 0.42 0.45
HSL 67.12º 0.27% 0.43% -
HSV(B) 67.12º 0.42% 0.55% -
XYZ 20.2 23.95 11.15 -
YUV 130.18 99.68 129.3 -
System Red Green Blue C M Y K H S L
Decimal 132 139 80 0.05 0 0.42 0.45 67.12 0.27 0.43
Hex 84 8B 50 5 0 2A 2D 43 1B 2B
Octal 204 213 120 5 0 52 55 103 33 53
Binary 10000100 10001011 1010000 101 0 101010 101101 1000011 11011 101011

Color Harmonies of #848B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848B50

Black with #848B50

Text Example


Text Example

White with #848B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,139,80); }

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

background-color css

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

 a { background-color: rgb(132,139,80); }

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

border-color css

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

 span { border-color: rgb(132,139,80); }

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