Html Css Color HEX #849742 Wasabi

📋 copy color: '#849742'

red 132 ◦ green 151 ◦ blue 66

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

Shades of Wasabi #849742

Tints of Wasabi #849742

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.27%

 BLUE value IS 66 (26.17% from 255) = 18.91%

R = 37.82%
G = 43.27%
B = 18.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#849742 (or 0x849742) is known color: Wasabi. HEX triplet: 84, 97 and 42. RGB value is (132,151,66). Sum of RGB (Red+Green+Blue) = 132+151+66=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #849742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849742 is #7B68BD. Grayscale: #878787. Windows color (decimal): -8087742 or 4364164. OLE color: 4364164.

HSL color Cylindrical-coordinate representation of color #849742: hue angle of 73.41º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #849742 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 151 66 -
CMYK 0.13 0 0.56 0.41
HSL 73.41º 0.39% 0.43% -
HSV(B) 73.41º 0.56% 0.59% -
XYZ 21.57 27.43 9.31 -
YUV 135.63 88.71 125.41 -
System Red Green Blue C M Y K H S L
Decimal 132 151 66 0.13 0 0.56 0.41 73.41 0.39 0.43
Hex 84 97 42 D 0 38 29 49 27 2B
Octal 204 227 102 15 0 70 51 111 47 53
Binary 10000100 10010111 1000010 1101 0 111000 101001 1001001 100111 101011

Color Harmonies of #849742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849742

Black with #849742

Text Example


Text Example

White with #849742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849742; }

 p { color: rgb(132,151,66); }

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

background-color css

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

 a { background-color: rgb(132,151,66); }

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

border-color css

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

 span { border-color: rgb(132,151,66); }

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