Html Css Color HEX #85944C Wasabi

📋 copy color: '#85944C'

red 133 ◦ green 148 ◦ blue 76

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

Shades of Wasabi #85944C

Tints of Wasabi #85944C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.29%

R = 37.25%
G = 41.46%
B = 21.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#85944C (or 0x85944C) is known color: Wasabi. HEX triplet: 85, 94 and 4C. RGB value is (133,148,76). Sum of RGB (Red+Green+Blue) = 133+148+76=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #85944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85944C is #7A6BB3. Grayscale: #878787. Windows color (decimal): -8022964 or 5018757. OLE color: 5018757.

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

Color convert

RGB 133 148 76 -
CMYK 0.10 0 0.49 0.42
HSL 72.5º 0.32% 0.44% -
HSV(B) 72.5º 0.49% 0.58% -
XYZ 21.57 26.69 10.85 -
YUV 135.31 94.53 126.35 -
System Red Green Blue C M Y K H S L
Decimal 133 148 76 0.10 0 0.49 0.42 72.5 0.32 0.44
Hex 85 94 4C A 0 31 2A 48 20 2C
Octal 205 224 114 12 0 61 52 110 40 54
Binary 10000101 10010100 1001100 1010 0 110001 101010 1001000 100000 101100

Color Harmonies of #85944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85944C

Black with #85944C

Text Example


Text Example

White with #85944C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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