Html Css Color HEX #84932D Wasabi

📋 copy color: '#84932D'

red 132 ◦ green 147 ◦ blue 45

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

Shades of Wasabi #84932D

Tints of Wasabi #84932D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.89%

R = 40.74%
G = 45.37%
B = 13.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#84932D (or 0x84932D) is known color: Wasabi. HEX triplet: 84, 93 and 2D. RGB value is (132,147,45). Sum of RGB (Red+Green+Blue) = 132+147+45=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #84932D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84932D is #7B6CD2. Grayscale: #838383. Windows color (decimal): -8088787 or 2986884. OLE color: 2986884.

HSL color Cylindrical-coordinate representation of color #84932D: hue angle of 68.82º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84932D is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 147 45 -
CMYK 0.10 0 0.69 0.42
HSL 68.82º 0.53% 0.38% -
HSV(B) 68.82º 0.69% 0.58% -
XYZ 20.42 25.96 6.42 -
YUV 130.89 79.53 128.79 -
System Red Green Blue C M Y K H S L
Decimal 132 147 45 0.10 0 0.69 0.42 68.82 0.53 0.38
Hex 84 93 2D A 0 45 2A 45 35 26
Octal 204 223 55 12 0 105 52 105 65 46
Binary 10000100 10010011 101101 1010 0 1000101 101010 1000101 110101 100110

Color Harmonies of #84932D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84932D

Black with #84932D

Text Example


Text Example

White with #84932D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84932D; }

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

 H1.HeaderClassName
 {
   color: #84932D;
 }
 .AnyTagClassName
 {
   color: #84932D;
 }
</style>

background-color css

<style>
 a { background-color: #84932D; }

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

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

border-color css

<style>
 span { border-color: #84932D; }

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

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