Html Css Color HEX #84982C Wasabi

📋 copy color: '#84982C'

red 132 ◦ green 152 ◦ blue 44

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

Shades of Wasabi #84982C

Tints of Wasabi #84982C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.34%

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

R = 40.24%
G = 46.34%
B = 13.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#84982C (or 0x84982C) is known color: Wasabi. HEX triplet: 84, 98 and 2C. RGB value is (132,152,44). Sum of RGB (Red+Green+Blue) = 132+152+44=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #84982C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84982C is #7B67D3. Grayscale: #868686. Windows color (decimal): -8087508 or 2922628. OLE color: 2922628.

HSL color Cylindrical-coordinate representation of color #84982C: hue angle of 71.11º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84982C is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 152 44 -
CMYK 0.13 0 0.71 0.40
HSL 71.11º 0.55% 0.38% -
HSV(B) 71.11º 0.71% 0.6% -
XYZ 21.2 27.54 6.58 -
YUV 133.71 77.37 126.78 -
System Red Green Blue C M Y K H S L
Decimal 132 152 44 0.13 0 0.71 0.40 71.11 0.55 0.38
Hex 84 98 2C D 0 47 28 47 37 26
Octal 204 230 54 15 0 107 50 107 67 46
Binary 10000100 10011000 101100 1101 0 1000111 101000 1000111 110111 100110

Color Harmonies of #84982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84982C

Black with #84982C

Text Example


Text Example

White with #84982C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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