Html Css Color HEX #85947C Spanish Green

📋 copy color: '#85947C'

red 133 ◦ green 148 ◦ blue 124

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

Shades of Spanish Green #85947C

Tints of Spanish Green #85947C

RGB

 RED value IS 133 (52.34% from 255) = 32.84%

 GREEN value IS 148 (58.2% from 255) = 36.54%

 BLUE value IS 124 (48.83% from 255) = 30.62%

R = 32.84%
G = 36.54%
B = 30.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#85947C (or 0x85947C) is known color: Spanish Green. HEX triplet: 85, 94 and 7C. RGB value is (133,148,124). Sum of RGB (Red+Green+Blue) = 133+148+124=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 148 - color contains mainly: green. Hex color #85947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85947C is #7A6B83. Grayscale: #8C8C8C. Windows color (decimal): -8022916 or 8164485. OLE color: 8164485.

HSL color Cylindrical-coordinate representation of color #85947C: hue angle of 97.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 #85947C is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 148 124 -
CMYK 0.10 0 0.16 0.42
HSL 97.5º 0.1% 0.53% -
HSV(B) 97.5º 0.16% 0.58% -
XYZ 23.9 27.62 23.14 -
YUV 140.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 133 148 124 0.10 0 0.16 0.42 97.5 0.1 0.53
Hex 85 94 7C A 0 10 2A 62 A 35
Octal 205 224 174 12 0 20 52 142 12 65
Binary 10000101 10010100 1111100 1010 0 10000 101010 1100010 1010 110101

Color Harmonies of #85947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85947C

Black with #85947C

Text Example


Text Example

White with #85947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85947C; }

 p { color: rgb(133,148,124); }

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

background-color css

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

 a { background-color: rgb(133,148,124); }

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

border-color css

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

 span { border-color: rgb(133,148,124); }

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