Html Css Color HEX #85944A Wasabi

📋 copy color: '#85944A'

red 133 ◦ green 148 ◦ blue 74

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

Shades of Wasabi #85944A

Tints of Wasabi #85944A

RGB

 RED value IS 133 (52.34% from 255) = 37.46%

 GREEN value IS 148 (58.2% from 255) = 41.69%

 BLUE value IS 74 (29.3% from 255) = 20.85%

R = 37.46%
G = 41.69%
B = 20.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#85944A (or 0x85944A) is known color: Wasabi. HEX triplet: 85, 94 and 4A. RGB value is (133,148,74). Sum of RGB (Red+Green+Blue) = 133+148+74=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #85944A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85944A is #7A6BB5. Grayscale: #878787. Windows color (decimal): -8022966 or 4887685. OLE color: 4887685.

HSL color Cylindrical-coordinate representation of color #85944A: hue angle of 72.16º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85944A is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 148 74 -
CMYK 0.10 0 0.50 0.42
HSL 72.16º 0.33% 0.44% -
HSV(B) 72.16º 0.5% 0.58% -
XYZ 21.5 26.66 10.49 -
YUV 135.08 93.53 126.52 -
System Red Green Blue C M Y K H S L
Decimal 133 148 74 0.10 0 0.50 0.42 72.16 0.33 0.44
Hex 85 94 4A A 0 32 2A 48 21 2C
Octal 205 224 112 12 0 62 52 110 41 54
Binary 10000101 10010100 1001010 1010 0 110010 101010 1001000 100001 101100

Color Harmonies of #85944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85944A

Black with #85944A

Text Example


Text Example

White with #85944A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85944A; }

 p { color: rgb(133,148,74); }

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

background-color css

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

 a { background-color: rgb(133,148,74); }

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

border-color css

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

 span { border-color: rgb(133,148,74); }

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