Html Css Color HEX #849281 Spanish Green

📋 copy color: '#849281'

red 132 ◦ green 146 ◦ blue 129

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

Shades of Spanish Green #849281

Tints of Spanish Green #849281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.7%

R = 32.43%
G = 35.87%
B = 31.7%

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

#849281 (or 0x849281) is known color: Spanish Green. HEX triplet: 84, 92 and 81. RGB value is (132,146,129). Sum of RGB (Red+Green+Blue) = 132+146+129=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 146 - color contains mainly: green. Hex color #849281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849281 is #7B6D7E. Grayscale: #8B8B8B. Windows color (decimal): -8088959 or 8491652. OLE color: 8491652.

HSL color Cylindrical-coordinate representation of color #849281: hue angle of 109.41º degrees, saturation: 0.07, 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 #849281 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 146 129 -
CMYK 0.10 0 0.12 0.43
HSL 109.41º 0.07% 0.54% -
HSV(B) 109.41º 0.12% 0.57% -
XYZ 23.76 27.05 24.74 -
YUV 139.88 121.86 122.38 -
System Red Green Blue C M Y K H S L
Decimal 132 146 129 0.10 0 0.12 0.43 109.41 0.07 0.54
Hex 84 92 81 A 0 C 2B 6D 7 36
Octal 204 222 201 12 0 14 53 155 7 66
Binary 10000100 10010010 10000001 1010 0 1100 101011 1101101 111 110110

Color Harmonies of #849281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849281

Black with #849281

Text Example


Text Example

White with #849281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849281; }

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

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

background-color css

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

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

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

border-color css

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

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

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