Html Css Color HEX #84983B Wasabi

📋 copy color: '#84983B'

red 132 ◦ green 152 ◦ blue 59

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

Shades of Wasabi #84983B

Tints of Wasabi #84983B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.2%

R = 38.48%
G = 44.31%
B = 17.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#84983B (or 0x84983B) is known color: Wasabi. HEX triplet: 84, 98 and 3B. RGB value is (132,152,59). Sum of RGB (Red+Green+Blue) = 132+152+59=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #84983B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84983B is #7B67C4. Grayscale: #878787. Windows color (decimal): -8087493 or 3905668. OLE color: 3905668.

HSL color Cylindrical-coordinate representation of color #84983B: hue angle of 72.9º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84983B is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 152 59 -
CMYK 0.13 0 0.61 0.40
HSL 72.9º 0.44% 0.41% -
HSV(B) 72.9º 0.61% 0.6% -
XYZ 21.53 27.68 8.35 -
YUV 135.42 84.87 125.56 -
System Red Green Blue C M Y K H S L
Decimal 132 152 59 0.13 0 0.61 0.40 72.9 0.44 0.41
Hex 84 98 3B D 0 3D 28 49 2C 29
Octal 204 230 73 15 0 75 50 111 54 51
Binary 10000100 10011000 111011 1101 0 111101 101000 1001001 101100 101001

Color Harmonies of #84983B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84983B

Black with #84983B

Text Example


Text Example

White with #84983B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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