Html Css Color HEX #84902C Wasabi

📋 copy color: '#84902C'

red 132 ◦ green 144 ◦ blue 44

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

Shades of Wasabi #84902C

Tints of Wasabi #84902C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45%

 BLUE value IS 44 (17.58% from 255) = 13.75%

R = 41.25%
G = 45%
B = 13.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#84902C (or 0x84902C) is known color: Wasabi. HEX triplet: 84, 90 and 2C. RGB value is (132,144,44). Sum of RGB (Red+Green+Blue) = 132+144+44=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #84902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84902C is #7B6FD3. Grayscale: #818181. Windows color (decimal): -8089556 or 2920580. OLE color: 2920580.

HSL color Cylindrical-coordinate representation of color #84902C: hue angle of 67.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84902C is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 144 44 -
CMYK 0.08 0 0.69 0.44
HSL 67.2º 0.53% 0.37% -
HSV(B) 67.2º 0.69% 0.56% -
XYZ 19.94 25.03 6.16 -
YUV 129.01 80.02 130.13 -
System Red Green Blue C M Y K H S L
Decimal 132 144 44 0.08 0 0.69 0.44 67.2 0.53 0.37
Hex 84 90 2C 8 0 45 2C 43 35 25
Octal 204 220 54 10 0 105 54 103 65 45
Binary 10000100 10010000 101100 1000 0 1000101 101100 1000011 110101 100101

Color Harmonies of #84902C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84902C

Black with #84902C

Text Example


Text Example

White with #84902C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84902C; }

 p { color: rgb(132,144,44); }

 H1.HeaderClassName
 {
   color: #84902C;
 }
 .AnyTagClassName
 {
   color: #84902C;
 }
</style>

background-color css

<style>
 a { background-color: #84902C; }

 a { background-color: rgb(132,144,44); }

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

border-color css

<style>
 span { border-color: #84902C; }

 span { border-color: rgb(132,144,44); }

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