Html Css Color HEX #85994C Wasabi

📋 copy color: '#85994C'

red 133 ◦ green 153 ◦ blue 76

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

Shades of Wasabi #85994C

Tints of Wasabi #85994C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.27%

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

R = 36.74%
G = 42.27%
B = 20.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#85994C (or 0x85994C) is known color: Wasabi. HEX triplet: 85, 99 and 4C. RGB value is (133,153,76). Sum of RGB (Red+Green+Blue) = 133+153+76=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #85994C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85994C is #7A66B3. Grayscale: #8A8A8A. Windows color (decimal): -8021684 or 5020037. OLE color: 5020037.

HSL color Cylindrical-coordinate representation of color #85994C: hue angle of 75.58º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85994C is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 153 76 -
CMYK 0.13 0 0.50 0.4
HSL 75.58º 0.34% 0.45% -
HSV(B) 75.58º 0.5% 0.6% -
XYZ 22.37 28.29 11.12 -
YUV 138.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 133 153 76 0.13 0 0.50 0.4 75.58 0.34 0.45
Hex 85 99 4C D 0 32 28 4C 22 2D
Octal 205 231 114 15 0 62 50 114 42 55
Binary 10000101 10011001 1001100 1101 0 110010 101000 1001100 100010 101101

Color Harmonies of #85994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85994C

Black with #85994C

Text Example


Text Example

White with #85994C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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