Html Css Color HEX #84917A Spanish Green

📋 copy color: '#84917A'

red 132 ◦ green 145 ◦ blue 122

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

Shades of Spanish Green #84917A

Tints of Spanish Green #84917A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.58%

R = 33.08%
G = 36.34%
B = 30.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#84917A (or 0x84917A) is known color: Spanish Green. HEX triplet: 84, 91 and 7A. RGB value is (132,145,122). Sum of RGB (Red+Green+Blue) = 132+145+122=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 145 - color contains mainly: green. Hex color #84917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84917A is #7B6E85. Grayscale: #8A8A8A. Windows color (decimal): -8089222 or 8032644. OLE color: 8032644.

HSL color Cylindrical-coordinate representation of color #84917A: hue angle of 93.91º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84917A is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 145 122 -
CMYK 0.09 0 0.16 0.43
HSL 93.91º 0.09% 0.52% -
HSV(B) 93.91º 0.16% 0.57% -
XYZ 23.15 26.56 22.32 -
YUV 138.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 132 145 122 0.09 0 0.16 0.43 93.91 0.09 0.52
Hex 84 91 7A 9 0 10 2B 5E 9 34
Octal 204 221 172 11 0 20 53 136 11 64
Binary 10000100 10010001 1111010 1001 0 10000 101011 1011110 1001 110100

Color Harmonies of #84917A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84917A

Black with #84917A

Text Example


Text Example

White with #84917A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84917A; }

 p { color: rgb(132,145,122); }

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

background-color css

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

 a { background-color: rgb(132,145,122); }

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

border-color css

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

 span { border-color: rgb(132,145,122); }

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