#85902A

Color #85902A Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #85902A

Tints of Wasabi #85902A

Color information

#85902A (or 0x85902A) is unknown color: approx Wasabi. HEX triplet: 85, 90 and 2A. RGB value is (133,144,42). Sum of RGB (Red+Green+Blue) = 133+144+42=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #85902A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85902A is #7A6FD5. Grayscale: #818181. Windows color (decimal): -8024022 or 2789509. OLE color: 2789509.

HSL color Cylindrical-coordinate representation of color #85902A: hue angle of 66.47º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85902A is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB13314442-
CMYK0.0800.710.44
HSL66.47º54.84%36.47%-
HSV(B)66.47º70.83%56.47%-
XYZ20.0625.15.98-
YUV129.0878.86130.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 42 (16.80% from 255) = 13.17%
R=41.69%
G=45.14%
B=13.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133144420.0800.710.4466.4754.8436.47
Hex85902A80472C423724
Octal20522052100107541026744
Binary10000101100100001010101000010001111011001000010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85902A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,144,42); }

 H1.HeaderClassName
 {
   color: #85902A;
 }
 .AnyTagClassName
 {
   color: #85902A;
 }
</style>
background-color css

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

 a { background-color: rgb(133,144,42); }

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

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

 span { border-color: rgb(133,144,42); }

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