Html Css Color HEX #849A4B Wasabi

📋 copy color: '#849A4B'

red 132 ◦ green 154 ◦ blue 75

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

Shades of Wasabi #849A4B

Tints of Wasabi #849A4B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.66%

 BLUE value IS 75 (29.69% from 255) = 20.78%

R = 36.57%
G = 42.66%
B = 20.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#849A4B (or 0x849A4B) is known color: Wasabi. HEX triplet: 84, 9A and 4B. RGB value is (132,154,75). Sum of RGB (Red+Green+Blue) = 132+154+75=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 154 - color contains mainly: green. Hex color #849A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849A4B is #7B65B4. Grayscale: #8A8A8A. Windows color (decimal): -8086965 or 4954756. OLE color: 4954756.

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

Color convert

RGB 132 154 75 -
CMYK 0.14 0 0.51 0.40
HSL 76.71º 0.34% 0.45% -
HSV(B) 76.71º 0.51% 0.6% -
XYZ 22.34 28.52 10.98 -
YUV 138.42 92.21 123.42 -
System Red Green Blue C M Y K H S L
Decimal 132 154 75 0.14 0 0.51 0.40 76.71 0.34 0.45
Hex 84 9A 4B E 0 33 28 4D 22 2D
Octal 204 232 113 16 0 63 50 115 42 55
Binary 10000100 10011010 1001011 1110 0 110011 101000 1001101 100010 101101

Color Harmonies of #849A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849A4B

Black with #849A4B

Text Example


Text Example

White with #849A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849A4B; }

 p { color: rgb(132,154,75); }

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

background-color css

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

 a { background-color: rgb(132,154,75); }

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

border-color css

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

 span { border-color: rgb(132,154,75); }

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