Html Css Color HEX #85924F Wasabi

📋 copy color: '#85924F'

red 133 ◦ green 146 ◦ blue 79

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

Shades of Wasabi #85924F

Tints of Wasabi #85924F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.78%

 BLUE value IS 79 (31.25% from 255) = 22.07%

R = 37.15%
G = 40.78%
B = 22.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.43

RGB Variations

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

Color information

#85924F (or 0x85924F) is known color: Wasabi. HEX triplet: 85, 92 and 4F. RGB value is (133,146,79). Sum of RGB (Red+Green+Blue) = 133+146+79=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #85924F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85924F is #7A6DB0. Grayscale: #868686. Windows color (decimal): -8023473 or 5214853. OLE color: 5214853.

HSL color Cylindrical-coordinate representation of color #85924F: hue angle of 71.64º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85924F is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 146 79 -
CMYK 0.09 0 0.46 0.43
HSL 71.64º 0.3% 0.44% -
HSV(B) 71.64º 0.46% 0.57% -
XYZ 21.36 26.11 11.31 -
YUV 134.48 96.69 126.95 -
System Red Green Blue C M Y K H S L
Decimal 133 146 79 0.09 0 0.46 0.43 71.64 0.3 0.44
Hex 85 92 4F 9 0 2E 2B 48 1E 2C
Octal 205 222 117 11 0 56 53 110 36 54
Binary 10000101 10010010 1001111 1001 0 101110 101011 1001000 11110 101100

Color Harmonies of #85924F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85924F

Black with #85924F

Text Example


Text Example

White with #85924F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85924F; }

 p { color: rgb(133,146,79); }

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

background-color css

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

 a { background-color: rgb(133,146,79); }

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

border-color css

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

 span { border-color: rgb(133,146,79); }

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