Html Css Color HEX #84954B Wasabi

📋 copy color: '#84954B'

red 132 ◦ green 149 ◦ blue 75

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

Shades of Wasabi #84954B

Tints of Wasabi #84954B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.85%

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

R = 37.08%
G = 41.85%
B = 21.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#84954B (or 0x84954B) is known color: Wasabi. HEX triplet: 84, 95 and 4B. RGB value is (132,149,75). Sum of RGB (Red+Green+Blue) = 132+149+75=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #84954B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84954B is #7B6AB4. Grayscale: #878787. Windows color (decimal): -8088245 or 4953476. OLE color: 4953476.

HSL color Cylindrical-coordinate representation of color #84954B: hue angle of 73.78º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84954B is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 149 75 -
CMYK 0.11 0 0.50 0.42
HSL 73.78º 0.33% 0.44% -
HSV(B) 73.78º 0.5% 0.58% -
XYZ 21.53 26.91 10.72 -
YUV 135.48 93.87 125.52 -
System Red Green Blue C M Y K H S L
Decimal 132 149 75 0.11 0 0.50 0.42 73.78 0.33 0.44
Hex 84 95 4B B 0 32 2A 4A 21 2C
Octal 204 225 113 13 0 62 52 112 41 54
Binary 10000100 10010101 1001011 1011 0 110010 101010 1001010 100001 101100

Color Harmonies of #84954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84954B

Black with #84954B

Text Example


Text Example

White with #84954B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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