Html Css Color HEX #849533 Wasabi

📋 copy color: '#849533'

red 132 ◦ green 149 ◦ blue 51

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

Shades of Wasabi #849533

Tints of Wasabi #849533

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.88%

 BLUE value IS 51 (20.31% from 255) = 15.36%

R = 39.76%
G = 44.88%
B = 15.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#849533 (or 0x849533) is known color: Wasabi. HEX triplet: 84, 95 and 33. RGB value is (132,149,51). Sum of RGB (Red+Green+Blue) = 132+149+51=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #849533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849533 is #7B6ACC. Grayscale: #858585. Windows color (decimal): -8088269 or 3380612. OLE color: 3380612.

HSL color Cylindrical-coordinate representation of color #849533: hue angle of 70.41º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #849533 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 149 51 -
CMYK 0.11 0 0.66 0.42
HSL 70.41º 0.49% 0.39% -
HSV(B) 70.41º 0.66% 0.58% -
XYZ 20.86 26.64 7.17 -
YUV 132.75 81.87 127.47 -
System Red Green Blue C M Y K H S L
Decimal 132 149 51 0.11 0 0.66 0.42 70.41 0.49 0.39
Hex 84 95 33 B 0 42 2A 46 31 27
Octal 204 225 63 13 0 102 52 106 61 47
Binary 10000100 10010101 110011 1011 0 1000010 101010 1000110 110001 100111

Color Harmonies of #849533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849533

Black with #849533

Text Example


Text Example

White with #849533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849533; }

 p { color: rgb(132,149,51); }

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

background-color css

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

 a { background-color: rgb(132,149,51); }

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

border-color css

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

 span { border-color: rgb(132,149,51); }

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