Html Css Color HEX #859252 Wasabi

📋 copy color: '#859252'

red 133 ◦ green 146 ◦ blue 82

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

Shades of Wasabi #859252

Tints of Wasabi #859252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.71%

R = 36.84%
G = 40.44%
B = 22.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.43

RGB Variations

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

Color information

#859252 (or 0x859252) is known color: Wasabi. HEX triplet: 85, 92 and 52. RGB value is (133,146,82). Sum of RGB (Red+Green+Blue) = 133+146+82=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #859252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859252 is #7A6DAD. Grayscale: #878787. Windows color (decimal): -8023470 or 5411461. OLE color: 5411461.

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

Color convert

RGB 133 146 82 -
CMYK 0.09 0 0.44 0.43
HSL 72.19º 0.28% 0.45% -
HSV(B) 72.19º 0.44% 0.57% -
XYZ 21.47 26.15 11.9 -
YUV 134.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 133 146 82 0.09 0 0.44 0.43 72.19 0.28 0.45
Hex 85 92 52 9 0 2C 2B 48 1C 2D
Octal 205 222 122 11 0 54 53 110 34 55
Binary 10000101 10010010 1010010 1001 0 101100 101011 1001000 11100 101101

Color Harmonies of #859252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859252

Black with #859252

Text Example


Text Example

White with #859252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859252; }

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

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

background-color css

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

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

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

border-color css

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

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

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