Html Css Color HEX #85942B Wasabi

📋 copy color: '#85942B'

red 133 ◦ green 148 ◦ blue 43

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

Shades of Wasabi #85942B

Tints of Wasabi #85942B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.68%

 BLUE value IS 43 (17.19% from 255) = 13.27%

R = 41.05%
G = 45.68%
B = 13.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#85942B (or 0x85942B) is known color: Wasabi. HEX triplet: 85, 94 and 2B. RGB value is (133,148,43). Sum of RGB (Red+Green+Blue) = 133+148+43=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #85942B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85942B is #7A6BD4. Grayscale: #838383. Windows color (decimal): -8022997 or 2856069. OLE color: 2856069.

HSL color Cylindrical-coordinate representation of color #85942B: hue angle of 68.57º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85942B is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 148 43 -
CMYK 0.10 0 0.71 0.42
HSL 68.57º 0.55% 0.37% -
HSV(B) 68.57º 0.71% 0.58% -
XYZ 20.7 26.34 6.28 -
YUV 131.55 78.03 129.04 -
System Red Green Blue C M Y K H S L
Decimal 133 148 43 0.10 0 0.71 0.42 68.57 0.55 0.37
Hex 85 94 2B A 0 47 2A 45 37 25
Octal 205 224 53 12 0 107 52 105 67 45
Binary 10000101 10010100 101011 1010 0 1000111 101010 1000101 110111 100101

Color Harmonies of #85942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85942B

Black with #85942B

Text Example


Text Example

White with #85942B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,148,43); }

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

background-color css

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

 a { background-color: rgb(133,148,43); }

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

border-color css

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

 span { border-color: rgb(133,148,43); }

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