Html Css Color HEX #858D33 Wasabi

📋 copy color: '#858D33'

red 133 ◦ green 141 ◦ blue 51

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

Shades of Wasabi #858D33

Tints of Wasabi #858D33

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.38%

 BLUE value IS 51 (20.31% from 255) = 15.69%

R = 40.92%
G = 43.38%
B = 15.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#858D33 (or 0x858D33) is known color: Wasabi. HEX triplet: 85, 8D and 33. RGB value is (133,141,51). Sum of RGB (Red+Green+Blue) = 133+141+51=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 141 - color contains mainly: green. Hex color #858D33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858D33 is #7A72CC. Grayscale: #808080. Windows color (decimal): -8024781 or 3378565. OLE color: 3378565.

HSL color Cylindrical-coordinate representation of color #858D33: hue angle of 65.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #858D33 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 141 51 -
CMYK 0.06 0 0.64 0.45
HSL 65.33º 0.47% 0.38% -
HSV(B) 65.33º 0.64% 0.55% -
XYZ 19.8 24.28 6.77 -
YUV 128.35 84.35 131.32 -
System Red Green Blue C M Y K H S L
Decimal 133 141 51 0.06 0 0.64 0.45 65.33 0.47 0.38
Hex 85 8D 33 6 0 40 2D 41 2F 26
Octal 205 215 63 6 0 100 55 101 57 46
Binary 10000101 10001101 110011 110 0 1000000 101101 1000001 101111 100110

Color Harmonies of #858D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D33

Black with #858D33

Text Example


Text Example

White with #858D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858D33; }

 p { color: rgb(133,141,51); }

 H1.HeaderClassName
 {
   color: #858D33;
 }
 .AnyTagClassName
 {
   color: #858D33;
 }
</style>

background-color css

<style>
 a { background-color: #858D33; }

 a { background-color: rgb(133,141,51); }

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

border-color css

<style>
 span { border-color: #858D33; }

 span { border-color: rgb(133,141,51); }

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