Html Css Color HEX #85927E Spanish Green

📋 copy color: '#85927E'

red 133 ◦ green 146 ◦ blue 126

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

Shades of Spanish Green #85927E

Tints of Spanish Green #85927E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.11%

R = 32.84%
G = 36.05%
B = 31.11%

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

#85927E (or 0x85927E) is known color: Spanish Green. HEX triplet: 85, 92 and 7E. RGB value is (133,146,126). Sum of RGB (Red+Green+Blue) = 133+146+126=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 146 - color contains mainly: green. Hex color #85927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85927E is #7A6D81. Grayscale: #8B8B8B. Windows color (decimal): -8023426 or 8295045. OLE color: 8295045.

HSL color Cylindrical-coordinate representation of color #85927E: hue angle of 99º degrees, saturation: 0.08, 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 #85927E is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 146 126 -
CMYK 0.09 0 0.14 0.43
HSL 99º 0.08% 0.53% -
HSV(B) 99º 0.14% 0.57% -
XYZ 23.72 27.05 23.71 -
YUV 139.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 133 146 126 0.09 0 0.14 0.43 99 0.08 0.53
Hex 85 92 7E 9 0 E 2B 63 8 35
Octal 205 222 176 11 0 16 53 143 10 65
Binary 10000101 10010010 1111110 1001 0 1110 101011 1100011 1000 110101

Color Harmonies of #85927E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85927E

Black with #85927E

Text Example


Text Example

White with #85927E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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