Html Css Color HEX #85927D Spanish Green

📋 copy color: '#85927D'

red 133 ◦ green 146 ◦ blue 125

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

Shades of Spanish Green #85927D

Tints of Spanish Green #85927D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.94%

R = 32.92%
G = 36.14%
B = 30.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#85927D (or 0x85927D) is known color: Spanish Green. HEX triplet: 85, 92 and 7D. RGB value is (133,146,125). Sum of RGB (Red+Green+Blue) = 133+146+125=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 146 - color contains mainly: green. Hex color #85927D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85927D is #7A6D82. Grayscale: #8B8B8B. Windows color (decimal): -8023427 or 8229509. OLE color: 8229509.

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

Color convert

RGB 133 146 125 -
CMYK 0.09 0 0.14 0.43
HSL 97.14º 0.09% 0.53% -
HSV(B) 97.14º 0.14% 0.57% -
XYZ 23.65 27.02 23.37 -
YUV 139.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 133 146 125 0.09 0 0.14 0.43 97.14 0.09 0.53
Hex 85 92 7D 9 0 E 2B 61 9 35
Octal 205 222 175 11 0 16 53 141 11 65
Binary 10000101 10010010 1111101 1001 0 1110 101011 1100001 1001 110101

Color Harmonies of #85927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85927D

Black with #85927D

Text Example


Text Example

White with #85927D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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