Html Css Color HEX #848B3B Wasabi

📋 copy color: '#848B3B'

red 132 ◦ green 139 ◦ blue 59

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

Shades of Wasabi #848B3B

Tints of Wasabi #848B3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.88%

R = 40%
G = 42.12%
B = 17.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#848B3B (or 0x848B3B) is known color: Wasabi. HEX triplet: 84, 8B and 3B. RGB value is (132,139,59). Sum of RGB (Red+Green+Blue) = 132+139+59=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #848B3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848B3B is #7B74C4. Grayscale: #808080. Windows color (decimal): -8090821 or 3902340. OLE color: 3902340.

HSL color Cylindrical-coordinate representation of color #848B3B: hue angle of 65.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #848B3B is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 139 59 -
CMYK 0.05 0 0.58 0.45
HSL 65.25º 0.4% 0.39% -
HSV(B) 65.25º 0.58% 0.55% -
XYZ 19.54 23.69 7.68 -
YUV 127.79 89.18 131 -
System Red Green Blue C M Y K H S L
Decimal 132 139 59 0.05 0 0.58 0.45 65.25 0.4 0.39
Hex 84 8B 3B 5 0 3A 2D 41 28 27
Octal 204 213 73 5 0 72 55 101 50 47
Binary 10000100 10001011 111011 101 0 111010 101101 1000001 101000 100111

Color Harmonies of #848B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848B3B

Black with #848B3B

Text Example


Text Example

White with #848B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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