Html Css Color HEX #84965D Highland

📋 copy color: '#84965D'

red 132 ◦ green 150 ◦ blue 93

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

Shades of Highland #84965D

Tints of Highland #84965D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40%

 BLUE value IS 93 (36.72% from 255) = 24.8%

R = 35.2%
G = 40%
B = 24.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#84965D (or 0x84965D) is known color: Highland. HEX triplet: 84, 96 and 5D. RGB value is (132,150,93). Sum of RGB (Red+Green+Blue) = 132+150+93=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #84965D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84965D is #7B69A2. Grayscale: #8A8A8A. Windows color (decimal): -8087971 or 6133380. OLE color: 6133380.

HSL color Cylindrical-coordinate representation of color #84965D: hue angle of 78.95º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84965D is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 150 93 -
CMYK 0.12 0 0.38 0.41
HSL 78.95º 0.23% 0.48% -
HSV(B) 78.95º 0.38% 0.59% -
XYZ 22.4 27.51 14.49 -
YUV 138.12 102.54 123.63 -
System Red Green Blue C M Y K H S L
Decimal 132 150 93 0.12 0 0.38 0.41 78.95 0.23 0.48
Hex 84 96 5D C 0 26 29 4F 17 30
Octal 204 226 135 14 0 46 51 117 27 60
Binary 10000100 10010110 1011101 1100 0 100110 101001 1001111 10111 110000

Color Harmonies of #84965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84965D

Black with #84965D

Text Example


Text Example

White with #84965D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,150,93); }

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

background-color css

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

 a { background-color: rgb(132,150,93); }

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

border-color css

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

 span { border-color: rgb(132,150,93); }

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