Html Css Color HEX #849932 Wasabi

📋 copy color: '#849932'

red 132 ◦ green 153 ◦ blue 50

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

Shades of Wasabi #849932

Tints of Wasabi #849932

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.67%

 BLUE value IS 50 (19.92% from 255) = 14.93%

R = 39.4%
G = 45.67%
B = 14.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#849932 (or 0x849932) is known color: Wasabi. HEX triplet: 84, 99 and 32. RGB value is (132,153,50). Sum of RGB (Red+Green+Blue) = 132+153+50=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #849932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849932 is #7B66CD. Grayscale: #878787. Windows color (decimal): -8087246 or 3316100. OLE color: 3316100.

HSL color Cylindrical-coordinate representation of color #849932: hue angle of 72.23º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #849932 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 132 153 50 -
CMYK 0.14 0 0.67 0.4
HSL 72.23º 0.51% 0.4% -
HSV(B) 72.23º 0.67% 0.6% -
XYZ 21.48 27.92 7.27 -
YUV 134.98 80.04 125.88 -
System Red Green Blue C M Y K H S L
Decimal 132 153 50 0.14 0 0.67 0.4 72.23 0.51 0.4
Hex 84 99 32 E 0 43 28 48 33 28
Octal 204 231 62 16 0 103 50 110 63 50
Binary 10000100 10011001 110010 1110 0 1000011 101000 1001000 110011 101000

Color Harmonies of #849932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849932

Black with #849932

Text Example


Text Example

White with #849932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849932; }

 p { color: rgb(132,153,50); }

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

background-color css

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

 a { background-color: rgb(132,153,50); }

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

border-color css

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

 span { border-color: rgb(132,153,50); }

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