Html Css Color HEX #859B38 Wasabi

📋 copy color: '#859B38'

red 133 ◦ green 155 ◦ blue 56

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

Shades of Wasabi #859B38

Tints of Wasabi #859B38

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.06%

 BLUE value IS 56 (22.27% from 255) = 16.28%

R = 38.66%
G = 45.06%
B = 16.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.39

RGB Variations

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

Color information

#859B38 (or 0x859B38) is known color: Wasabi. HEX triplet: 85, 9B and 38. RGB value is (133,155,56). Sum of RGB (Red+Green+Blue) = 133+155+56=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #859B38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859B38 is #7A64C7. Grayscale: #898989. Windows color (decimal): -8021192 or 3709829. OLE color: 3709829.

HSL color Cylindrical-coordinate representation of color #859B38: hue angle of 73.33º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #859B38 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 155 56 -
CMYK 0.14 0 0.64 0.39
HSL 73.33º 0.47% 0.41% -
HSV(B) 73.33º 0.64% 0.61% -
XYZ 22.11 28.71 8.12 -
YUV 137.14 82.21 125.05 -
System Red Green Blue C M Y K H S L
Decimal 133 155 56 0.14 0 0.64 0.39 73.33 0.47 0.41
Hex 85 9B 38 E 0 40 27 49 2F 29
Octal 205 233 70 16 0 100 47 111 57 51
Binary 10000101 10011011 111000 1110 0 1000000 100111 1001001 101111 101001

Color Harmonies of #859B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859B38

Black with #859B38

Text Example


Text Example

White with #859B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859B38; }

 p { color: rgb(133,155,56); }

 H1.HeaderClassName
 {
   color: #859B38;
 }
 .AnyTagClassName
 {
   color: #859B38;
 }
</style>

background-color css

<style>
 a { background-color: #859B38; }

 a { background-color: rgb(133,155,56); }

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

border-color css

<style>
 span { border-color: #859B38; }

 span { border-color: rgb(133,155,56); }

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