Html Css Color HEX #869252 Wasabi

📋 copy color: '#869252'

red 134 ◦ green 146 ◦ blue 82

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

Shades of Wasabi #869252

Tints of Wasabi #869252

RGB

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

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

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

R = 37.02%
G = 40.33%
B = 22.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.43

RGB Variations

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

Color information

#869252 (or 0x869252) is known color: Wasabi. HEX triplet: 86, 92 and 52. RGB value is (134,146,82). Sum of RGB (Red+Green+Blue) = 134+146+82=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #869252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869252 is #796DAD. Grayscale: #878787. Windows color (decimal): -7957934 or 5411462. OLE color: 5411462.

HSL color Cylindrical-coordinate representation of color #869252: hue angle of 71.25º 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 #869252 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB 134 146 82 -
CMYK 0.08 0 0.44 0.43
HSL 71.25º 0.28% 0.45% -
HSV(B) 71.25º 0.44% 0.57% -
XYZ 21.63 26.24 11.91 -
YUV 135.12 98.02 127.2 -
System Red Green Blue C M Y K H S L
Decimal 134 146 82 0.08 0 0.44 0.43 71.25 0.28 0.45
Hex 86 92 52 8 0 2C 2B 47 1C 2D
Octal 206 222 122 10 0 54 53 107 34 55
Binary 10000110 10010010 1010010 1000 0 101100 101011 1000111 11100 101101

Color Harmonies of #869252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869252

Black with #869252

Text Example


Text Example

White with #869252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869252; }

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

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

background-color css

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

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

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

border-color css

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

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

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