Html Css Color HEX #869B34 Wasabi

📋 copy color: '#869B34'

red 134 ◦ green 155 ◦ blue 52

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

Shades of Wasabi #869B34

Tints of Wasabi #869B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.25%

R = 39.3%
G = 45.45%
B = 15.25%

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

#869B34 (or 0x869B34) is known color: Wasabi. HEX triplet: 86, 9B and 34. RGB value is (134,155,52). Sum of RGB (Red+Green+Blue) = 134+155+52=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #869B34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869B34 is #7964CB. Grayscale: #898989. Windows color (decimal): -7955660 or 3447686. OLE color: 3447686.

HSL color Cylindrical-coordinate representation of color #869B34: hue angle of 72.23º degrees, saturation: 0.5, 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 #869B34 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 155 52 -
CMYK 0.14 0 0.66 0.39
HSL 72.23º 0.5% 0.41% -
HSV(B) 72.23º 0.66% 0.61% -
XYZ 22.17 28.76 7.63 -
YUV 136.98 80.04 125.88 -
System Red Green Blue C M Y K H S L
Decimal 134 155 52 0.14 0 0.66 0.39 72.23 0.5 0.41
Hex 86 9B 34 E 0 42 27 48 32 29
Octal 206 233 64 16 0 102 47 110 62 51
Binary 10000110 10011011 110100 1110 0 1000010 100111 1001000 110010 101001

Color Harmonies of #869B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869B34

Black with #869B34

Text Example


Text Example

White with #869B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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