Html Css Color HEX #869B35 Wasabi

📋 copy color: '#869B35'

red 134 ◦ green 155 ◦ blue 53

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

Shades of Wasabi #869B35

Tints of Wasabi #869B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.5%

R = 39.18%
G = 45.32%
B = 15.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#869B35 (or 0x869B35) is known color: Wasabi. HEX triplet: 86, 9B and 35. RGB value is (134,155,53). Sum of RGB (Red+Green+Blue) = 134+155+53=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 155 - color contains mainly: green. Hex color #869B35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869B35 is #7964CA. Grayscale: #898989. Windows color (decimal): -7955659 or 3513222. OLE color: 3513222.

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

Color convert

RGB 134 155 53 -
CMYK 0.14 0 0.66 0.39
HSL 72.35º 0.49% 0.41% -
HSV(B) 72.35º 0.66% 0.61% -
XYZ 22.2 28.77 7.75 -
YUV 137.09 80.54 125.79 -
System Red Green Blue C M Y K H S L
Decimal 134 155 53 0.14 0 0.66 0.39 72.35 0.49 0.41
Hex 86 9B 35 E 0 42 27 48 31 29
Octal 206 233 65 16 0 102 47 110 61 51
Binary 10000110 10011011 110101 1110 0 1000010 100111 1001000 110001 101001

Color Harmonies of #869B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869B35

Black with #869B35

Text Example


Text Example

White with #869B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869B35; }

 p { color: rgb(134,155,53); }

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

background-color css

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

 a { background-color: rgb(134,155,53); }

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

border-color css

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

 span { border-color: rgb(134,155,53); }

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