Html Css Color HEX #849080 Spanish Green

📋 copy color: '#849080'

red 132 ◦ green 144 ◦ blue 128

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

Shades of Spanish Green #849080

Tints of Spanish Green #849080

RGB

 RED value IS 132 (51.95% from 255) = 32.67%

 GREEN value IS 144 (56.64% from 255) = 35.64%

 BLUE value IS 128 (50.39% from 255) = 31.68%

R = 32.67%
G = 35.64%
B = 31.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#849080 (or 0x849080) is known color: Spanish Green. HEX triplet: 84, 90 and 80. RGB value is (132,144,128). Sum of RGB (Red+Green+Blue) = 132+144+128=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 144 - color contains mainly: green. Hex color #849080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849080 is #7B6F7F. Grayscale: #8A8A8A. Windows color (decimal): -8089472 or 8425604. OLE color: 8425604.

HSL color Cylindrical-coordinate representation of color #849080: hue angle of 105º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #849080 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 144 128 -
CMYK 0.08 0 0.11 0.44
HSL 105º 0.07% 0.53% -
HSV(B) 105º 0.11% 0.56% -
XYZ 23.39 26.41 24.29 -
YUV 138.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 132 144 128 0.08 0 0.11 0.44 105 0.07 0.53
Hex 84 90 80 8 0 B 2C 69 7 35
Octal 204 220 200 10 0 13 54 151 7 65
Binary 10000100 10010000 10000000 1000 0 1011 101100 1101001 111 110101

Color Harmonies of #849080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849080

Black with #849080

Text Example


Text Example

White with #849080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849080; }

 p { color: rgb(132,144,128); }

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

background-color css

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

 a { background-color: rgb(132,144,128); }

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

border-color css

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

 span { border-color: rgb(132,144,128); }

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