Html Css Color HEX #85927C Spanish Green

📋 copy color: '#85927C'

red 133 ◦ green 146 ◦ blue 124

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

Shades of Spanish Green #85927C

Tints of Spanish Green #85927C

RGB

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

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

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

R = 33%
G = 36.23%
B = 30.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#85927C (or 0x85927C) is known color: Spanish Green. HEX triplet: 85, 92 and 7C. RGB value is (133,146,124). Sum of RGB (Red+Green+Blue) = 133+146+124=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 146 - color contains mainly: green. Hex color #85927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85927C is #7A6D83. Grayscale: #8B8B8B. Windows color (decimal): -8023428 or 8163973. OLE color: 8163973.

HSL color Cylindrical-coordinate representation of color #85927C: hue angle of 95.45º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85927C is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 146 124 -
CMYK 0.09 0 0.15 0.43
HSL 95.45º 0.09% 0.53% -
HSV(B) 95.45º 0.15% 0.57% -
XYZ 23.59 27 23.04 -
YUV 139.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 133 146 124 0.09 0 0.15 0.43 95.45 0.09 0.53
Hex 85 92 7C 9 0 F 2B 5F 9 35
Octal 205 222 174 11 0 17 53 137 11 65
Binary 10000101 10010010 1111100 1001 0 1111 101011 1011111 1001 110101

Color Harmonies of #85927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85927C

Black with #85927C

Text Example


Text Example

White with #85927C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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