Html Css Color HEX #86937B Spanish Green

📋 copy color: '#86937B'

red 134 ◦ green 147 ◦ blue 123

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

Shades of Spanish Green #86937B

Tints of Spanish Green #86937B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.39%

 BLUE value IS 123 (48.44% from 255) = 30.45%

R = 33.17%
G = 36.39%
B = 30.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#86937B (or 0x86937B) is known color: Spanish Green. HEX triplet: 86, 93 and 7B. RGB value is (134,147,123). Sum of RGB (Red+Green+Blue) = 134+147+123=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 147 - color contains mainly: green. Hex color #86937B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86937B is #796C84. Grayscale: #8C8C8C. Windows color (decimal): -7957637 or 8098694. OLE color: 8098694.

HSL color Cylindrical-coordinate representation of color #86937B: hue angle of 92.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #86937B is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 147 123 -
CMYK 0.09 0 0.16 0.42
HSL 92.5º 0.1% 0.53% -
HSV(B) 92.5º 0.16% 0.58% -
XYZ 23.84 27.37 22.76 -
YUV 140.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 134 147 123 0.09 0 0.16 0.42 92.5 0.1 0.53
Hex 86 93 7B 9 0 10 2A 5C A 35
Octal 206 223 173 11 0 20 52 134 12 65
Binary 10000110 10010011 1111011 1001 0 10000 101010 1011100 1010 110101

Color Harmonies of #86937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86937B

Black with #86937B

Text Example


Text Example

White with #86937B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86937B; }

 p { color: rgb(134,147,123); }

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

background-color css

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

 a { background-color: rgb(134,147,123); }

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

border-color css

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

 span { border-color: rgb(134,147,123); }

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