Html Css Color HEX #84937D Spanish Green

📋 copy color: '#84937D'

red 132 ◦ green 147 ◦ blue 125

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

Shades of Spanish Green #84937D

Tints of Spanish Green #84937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.39%

 BLUE value IS 125 (49.22% from 255) = 30.94%

R = 32.67%
G = 36.39%
B = 30.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#84937D (or 0x84937D) is known color: Spanish Green. HEX triplet: 84, 93 and 7D. RGB value is (132,147,125). Sum of RGB (Red+Green+Blue) = 132+147+125=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 147 - color contains mainly: green. Hex color #84937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84937D is #7B6C82. Grayscale: #8C8C8C. Windows color (decimal): -8088707 or 8229764. OLE color: 8229764.

HSL color Cylindrical-coordinate representation of color #84937D: hue angle of 100.91º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #84937D is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 147 125 -
CMYK 0.10 0 0.15 0.42
HSL 100.91º 0.09% 0.53% -
HSV(B) 100.91º 0.15% 0.58% -
XYZ 23.65 27.25 23.42 -
YUV 140.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 132 147 125 0.10 0 0.15 0.42 100.91 0.09 0.53
Hex 84 93 7D A 0 F 2A 65 9 35
Octal 204 223 175 12 0 17 52 145 11 65
Binary 10000100 10010011 1111101 1010 0 1111 101010 1100101 1001 110101

Color Harmonies of #84937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84937D

Black with #84937D

Text Example


Text Example

White with #84937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84937D; }

 p { color: rgb(132,147,125); }

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

background-color css

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

 a { background-color: rgb(132,147,125); }

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

border-color css

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

 span { border-color: rgb(132,147,125); }

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