Html Css Color HEX #849280 Spanish Green

📋 copy color: '#849280'

red 132 ◦ green 146 ◦ blue 128

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

Shades of Spanish Green #849280

Tints of Spanish Green #849280

RGB

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

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

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

R = 32.51%
G = 35.96%
B = 31.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#849280 (or 0x849280) is known color: Spanish Green. HEX triplet: 84, 92 and 80. RGB value is (132,146,128). Sum of RGB (Red+Green+Blue) = 132+146+128=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 146 - color contains mainly: green. Hex color #849280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849280 is #7B6D7F. Grayscale: #8B8B8B. Windows color (decimal): -8088960 or 8426116. OLE color: 8426116.

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

Color convert

RGB 132 146 128 -
CMYK 0.10 0 0.12 0.43
HSL 106.67º 0.08% 0.54% -
HSV(B) 106.67º 0.12% 0.57% -
XYZ 23.69 27.02 24.39 -
YUV 139.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 132 146 128 0.10 0 0.12 0.43 106.67 0.08 0.54
Hex 84 92 80 A 0 C 2B 6B 8 36
Octal 204 222 200 12 0 14 53 153 10 66
Binary 10000100 10010010 10000000 1010 0 1100 101011 1101011 1000 110110

Color Harmonies of #849280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849280

Black with #849280

Text Example


Text Example

White with #849280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849280; }

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

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

background-color css

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

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

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

border-color css

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

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

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