Html Css Color HEX #84934B Wasabi

📋 copy color: '#84934B'

red 132 ◦ green 147 ◦ blue 75

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

Shades of Wasabi #84934B

Tints of Wasabi #84934B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.53%

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

R = 37.29%
G = 41.53%
B = 21.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#84934B (or 0x84934B) is known color: Wasabi. HEX triplet: 84, 93 and 4B. RGB value is (132,147,75). Sum of RGB (Red+Green+Blue) = 132+147+75=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #84934B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84934B is #7B6CB4. Grayscale: #868686. Windows color (decimal): -8088757 or 4952964. OLE color: 4952964.

HSL color Cylindrical-coordinate representation of color #84934B: hue angle of 72.5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84934B is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 147 75 -
CMYK 0.10 0 0.49 0.42
HSL 72.5º 0.32% 0.44% -
HSV(B) 72.5º 0.49% 0.58% -
XYZ 21.22 26.28 10.61 -
YUV 134.31 94.53 126.35 -
System Red Green Blue C M Y K H S L
Decimal 132 147 75 0.10 0 0.49 0.42 72.5 0.32 0.44
Hex 84 93 4B A 0 31 2A 48 20 2C
Octal 204 223 113 12 0 61 52 110 40 54
Binary 10000100 10010011 1001011 1010 0 110001 101010 1001000 100000 101100

Color Harmonies of #84934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84934B

Black with #84934B

Text Example


Text Example

White with #84934B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,147,75); }

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

background-color css

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

 a { background-color: rgb(132,147,75); }

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

border-color css

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

 span { border-color: rgb(132,147,75); }

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