Html Css Color HEX #869251 Wasabi

📋 copy color: '#869251'

red 134 ◦ green 146 ◦ blue 81

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

Shades of Wasabi #869251

Tints of Wasabi #869251

RGB

 RED value IS 134 (52.73% from 255) = 37.12%

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

 BLUE value IS 81 (32.03% from 255) = 22.44%

R = 37.12%
G = 40.44%
B = 22.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#869251 (or 0x869251) is known color: Wasabi. HEX triplet: 86, 92 and 51. RGB value is (134,146,81). Sum of RGB (Red+Green+Blue) = 134+146+81=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #869251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869251 is #796DAE. Grayscale: #878787. Windows color (decimal): -7957935 or 5345926. OLE color: 5345926.

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

Color convert

RGB 134 146 81 -
CMYK 0.08 0 0.45 0.43
HSL 71.08º 0.29% 0.45% -
HSV(B) 71.08º 0.45% 0.57% -
XYZ 21.6 26.22 11.71 -
YUV 135 97.52 127.29 -
System Red Green Blue C M Y K H S L
Decimal 134 146 81 0.08 0 0.45 0.43 71.08 0.29 0.45
Hex 86 92 51 8 0 2D 2B 47 1D 2D
Octal 206 222 121 10 0 55 53 107 35 55
Binary 10000110 10010010 1010001 1000 0 101101 101011 1000111 11101 101101

Color Harmonies of #869251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869251

Black with #869251

Text Example


Text Example

White with #869251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869251; }

 p { color: rgb(134,146,81); }

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

background-color css

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

 a { background-color: rgb(134,146,81); }

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

border-color css

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

 span { border-color: rgb(134,146,81); }

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