Html Css Color HEX #849233 Wasabi

📋 copy color: '#849233'

red 132 ◦ green 146 ◦ blue 51

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

Shades of Wasabi #849233

Tints of Wasabi #849233

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.38%

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

R = 40.12%
G = 44.38%
B = 15.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#849233 (or 0x849233) is known color: Wasabi. HEX triplet: 84, 92 and 33. RGB value is (132,146,51). Sum of RGB (Red+Green+Blue) = 132+146+51=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #849233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849233 is #7B6DCC. Grayscale: #838383. Windows color (decimal): -8089037 or 3379844. OLE color: 3379844.

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

Color convert

RGB 132 146 51 -
CMYK 0.10 0 0.65 0.43
HSL 68.84º 0.48% 0.39% -
HSV(B) 68.84º 0.65% 0.57% -
XYZ 20.39 25.7 7.02 -
YUV 130.98 82.86 128.72 -
System Red Green Blue C M Y K H S L
Decimal 132 146 51 0.10 0 0.65 0.43 68.84 0.48 0.39
Hex 84 92 33 A 0 41 2B 45 30 27
Octal 204 222 63 12 0 101 53 105 60 47
Binary 10000100 10010010 110011 1010 0 1000001 101011 1000101 110000 100111

Color Harmonies of #849233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849233

Black with #849233

Text Example


Text Example

White with #849233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849233; }

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

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

background-color css

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

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

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

border-color css

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

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

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