Html Css Color HEX #859238 Wasabi

📋 copy color: '#859238'

red 133 ◦ green 146 ◦ blue 56

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

Shades of Wasabi #859238

Tints of Wasabi #859238

RGB

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

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

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

R = 39.7%
G = 43.58%
B = 16.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.62

 K value IS 0.43

RGB Variations

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

Color information

#859238 (or 0x859238) is known color: Wasabi. HEX triplet: 85, 92 and 38. RGB value is (133,146,56). Sum of RGB (Red+Green+Blue) = 133+146+56=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #859238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859238 is #7A6DC7. Grayscale: #848484. Windows color (decimal): -8023496 or 3707525. OLE color: 3707525.

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

Color convert

RGB 133 146 56 -
CMYK 0.09 0 0.62 0.43
HSL 68.67º 0.45% 0.4% -
HSV(B) 68.67º 0.62% 0.57% -
XYZ 20.67 25.83 7.64 -
YUV 131.85 85.19 128.82 -
System Red Green Blue C M Y K H S L
Decimal 133 146 56 0.09 0 0.62 0.43 68.67 0.45 0.4
Hex 85 92 38 9 0 3E 2B 45 2D 28
Octal 205 222 70 11 0 76 53 105 55 50
Binary 10000101 10010010 111000 1001 0 111110 101011 1000101 101101 101000

Color Harmonies of #859238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859238

Black with #859238

Text Example


Text Example

White with #859238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859238; }

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

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

background-color css

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

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

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

border-color css

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

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

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