Html Css Color HEX #859182 Spanish Green

📋 copy color: '#859182'

red 133 ◦ green 145 ◦ blue 130

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

Shades of Spanish Green #859182

Tints of Spanish Green #859182

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.54%

 BLUE value IS 130 (51.17% from 255) = 31.86%

R = 32.6%
G = 35.54%
B = 31.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#859182 (or 0x859182) is known color: Spanish Green. HEX triplet: 85, 91 and 82. RGB value is (133,145,130). Sum of RGB (Red+Green+Blue) = 133+145+130=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 145 - color contains mainly: green. Hex color #859182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859182 is #7A6E7D. Grayscale: #8B8B8B. Windows color (decimal): -8023678 or 8556933. OLE color: 8556933.

HSL color Cylindrical-coordinate representation of color #859182: hue angle of 108º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #859182 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 145 130 -
CMYK 0.08 0 0.10 0.43
HSL 108º 0.06% 0.54% -
HSV(B) 108º 0.1% 0.57% -
XYZ 23.83 26.85 25.05 -
YUV 139.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 133 145 130 0.08 0 0.10 0.43 108 0.06 0.54
Hex 85 91 82 8 0 A 2B 6C 6 36
Octal 205 221 202 10 0 12 53 154 6 66
Binary 10000101 10010001 10000010 1000 0 1010 101011 1101100 110 110110

Color Harmonies of #859182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859182

Black with #859182

Text Example


Text Example

White with #859182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859182; }

 p { color: rgb(133,145,130); }

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

background-color css

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

 a { background-color: rgb(133,145,130); }

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

border-color css

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

 span { border-color: rgb(133,145,130); }

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