Html Css Color HEX #848E45 Wasabi

📋 copy color: '#848E45'

red 132 ◦ green 142 ◦ blue 69

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

Shades of Wasabi #848E45

Tints of Wasabi #848E45

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.4%

 BLUE value IS 69 (27.34% from 255) = 20.12%

R = 38.48%
G = 41.4%
B = 20.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#848E45 (or 0x848E45) is known color: Wasabi. HEX triplet: 84, 8E and 45. RGB value is (132,142,69). Sum of RGB (Red+Green+Blue) = 132+142+69=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 142 - color contains mainly: green. Hex color #848E45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848E45 is #7B71BA. Grayscale: #828282. Windows color (decimal): -8090043 or 4558468. OLE color: 4558468.

HSL color Cylindrical-coordinate representation of color #848E45: hue angle of 68.22º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #848E45 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 142 69 -
CMYK 0.07 0 0.51 0.44
HSL 68.22º 0.35% 0.41% -
HSV(B) 68.22º 0.51% 0.56% -
XYZ 20.26 24.68 9.33 -
YUV 130.69 93.19 128.94 -
System Red Green Blue C M Y K H S L
Decimal 132 142 69 0.07 0 0.51 0.44 68.22 0.35 0.41
Hex 84 8E 45 7 0 33 2C 44 23 29
Octal 204 216 105 7 0 63 54 104 43 51
Binary 10000100 10001110 1000101 111 0 110011 101100 1000100 100011 101001

Color Harmonies of #848E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848E45

Black with #848E45

Text Example


Text Example

White with #848E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848E45; }

 p { color: rgb(132,142,69); }

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

background-color css

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

 a { background-color: rgb(132,142,69); }

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

border-color css

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

 span { border-color: rgb(132,142,69); }

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