Html Css Color HEX #849333 Wasabi

📋 copy color: '#849333'

red 132 ◦ green 147 ◦ blue 51

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

Shades of Wasabi #849333

Tints of Wasabi #849333

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.55%

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

R = 40%
G = 44.55%
B = 15.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#849333 (or 0x849333) is known color: Wasabi. HEX triplet: 84, 93 and 33. RGB value is (132,147,51). Sum of RGB (Red+Green+Blue) = 132+147+51=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #849333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849333 is #7B6CCC. Grayscale: #838383. Windows color (decimal): -8088781 or 3380100. OLE color: 3380100.

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

Color convert

RGB 132 147 51 -
CMYK 0.10 0 0.65 0.42
HSL 69.38º 0.48% 0.39% -
HSV(B) 69.38º 0.65% 0.58% -
XYZ 20.55 26.01 7.07 -
YUV 131.57 82.53 128.31 -
System Red Green Blue C M Y K H S L
Decimal 132 147 51 0.10 0 0.65 0.42 69.38 0.48 0.39
Hex 84 93 33 A 0 41 2A 45 30 27
Octal 204 223 63 12 0 101 52 105 60 47
Binary 10000100 10010011 110011 1010 0 1000001 101010 1000101 110000 100111

Color Harmonies of #849333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849333

Black with #849333

Text Example


Text Example

White with #849333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849333; }

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

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

background-color css

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

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

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

border-color css

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

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

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