Html Css Color HEX #84914B Wasabi

📋 copy color: '#84914B'

red 132 ◦ green 145 ◦ blue 75

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

Shades of Wasabi #84914B

Tints of Wasabi #84914B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.19%

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

R = 37.5%
G = 41.19%
B = 21.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#84914B (or 0x84914B) is known color: Wasabi. HEX triplet: 84, 91 and 4B. RGB value is (132,145,75). Sum of RGB (Red+Green+Blue) = 132+145+75=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #84914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84914B is #7B6EB4. Grayscale: #858585. Windows color (decimal): -8089269 or 4952452. OLE color: 4952452.

HSL color Cylindrical-coordinate representation of color #84914B: hue angle of 71.14º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84914B is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 145 75 -
CMYK 0.09 0 0.48 0.43
HSL 71.14º 0.32% 0.43% -
HSV(B) 71.14º 0.48% 0.57% -
XYZ 20.91 25.66 10.51 -
YUV 133.13 95.19 127.19 -
System Red Green Blue C M Y K H S L
Decimal 132 145 75 0.09 0 0.48 0.43 71.14 0.32 0.43
Hex 84 91 4B 9 0 30 2B 47 20 2B
Octal 204 221 113 11 0 60 53 107 40 53
Binary 10000100 10010001 1001011 1001 0 110000 101011 1000111 100000 101011

Color Harmonies of #84914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84914B

Black with #84914B

Text Example


Text Example

White with #84914B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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