Html Css Color HEX #85973A Wasabi

📋 copy color: '#85973A'

red 133 ◦ green 151 ◦ blue 58

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

Shades of Wasabi #85973A

Tints of Wasabi #85973A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.15%

 BLUE value IS 58 (23.05% from 255) = 16.96%

R = 38.89%
G = 44.15%
B = 16.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#85973A (or 0x85973A) is known color: Wasabi. HEX triplet: 85, 97 and 3A. RGB value is (133,151,58). Sum of RGB (Red+Green+Blue) = 133+151+58=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 151 - color contains mainly: green. Hex color #85973A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85973A is #7A68C5. Grayscale: #878787. Windows color (decimal): -8022214 or 3839877. OLE color: 3839877.

HSL color Cylindrical-coordinate representation of color #85973A: hue angle of 71.61º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85973A is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 151 58 -
CMYK 0.12 0 0.62 0.41
HSL 71.61º 0.44% 0.41% -
HSV(B) 71.61º 0.62% 0.59% -
XYZ 21.5 27.43 8.16 -
YUV 135.02 84.54 126.56 -
System Red Green Blue C M Y K H S L
Decimal 133 151 58 0.12 0 0.62 0.41 71.61 0.44 0.41
Hex 85 97 3A C 0 3E 29 48 2C 29
Octal 205 227 72 14 0 76 51 110 54 51
Binary 10000101 10010111 111010 1100 0 111110 101001 1001000 101100 101001

Color Harmonies of #85973A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85973A

Black with #85973A

Text Example


Text Example

White with #85973A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,151,58); }

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

background-color css

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

 a { background-color: rgb(133,151,58); }

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

border-color css

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

 span { border-color: rgb(133,151,58); }

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