Html Css Color HEX #85923B Wasabi

📋 copy color: '#85923B'

red 133 ◦ green 146 ◦ blue 59

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

Shades of Wasabi #85923B

Tints of Wasabi #85923B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.46%

R = 39.35%
G = 43.2%
B = 17.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.60

 K value IS 0.43

RGB Variations

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

Color information

#85923B (or 0x85923B) is known color: Wasabi. HEX triplet: 85, 92 and 3B. RGB value is (133,146,59). Sum of RGB (Red+Green+Blue) = 133+146+59=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #85923B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85923B is #7A6DC4. Grayscale: #848484. Windows color (decimal): -8023493 or 3904133. OLE color: 3904133.

HSL color Cylindrical-coordinate representation of color #85923B: hue angle of 68.97º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85923B is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 146 59 -
CMYK 0.09 0 0.60 0.43
HSL 68.97º 0.42% 0.4% -
HSV(B) 68.97º 0.6% 0.57% -
XYZ 20.74 25.86 8.04 -
YUV 132.2 86.69 128.57 -
System Red Green Blue C M Y K H S L
Decimal 133 146 59 0.09 0 0.60 0.43 68.97 0.42 0.4
Hex 85 92 3B 9 0 3C 2B 45 2A 28
Octal 205 222 73 11 0 74 53 105 52 50
Binary 10000101 10010010 111011 1001 0 111100 101011 1000101 101010 101000

Color Harmonies of #85923B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85923B

Black with #85923B

Text Example


Text Example

White with #85923B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85923B; }

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

 H1.HeaderClassName
 {
   color: #85923B;
 }
 .AnyTagClassName
 {
   color: #85923B;
 }
</style>

background-color css

<style>
 a { background-color: #85923B; }

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

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

border-color css

<style>
 span { border-color: #85923B; }

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

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