Html Css Color HEX #968212 Hacienda

📋 copy color: '#968212'

red 150 ◦ green 130 ◦ blue 18

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

Shades of Hacienda #968212

Tints of Hacienda #968212

RGB

 RED value IS 150 (58.98% from 255) = 50.34%

 GREEN value IS 130 (51.17% from 255) = 43.62%

 BLUE value IS 18 (7.42% from 255) = 6.04%

R = 50.34%
G = 43.62%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#968212 (or 0x968212) is known color: Hacienda. HEX triplet: 96, 82 and 12. RGB value is (150,130,18). Sum of RGB (Red+Green+Blue) = 150+130+18=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #968212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968212 is #697DED. Grayscale: #7B7B7B. Windows color (decimal): -6913518 or 1213078. OLE color: 1213078.

HSL color Cylindrical-coordinate representation of color #968212: hue angle of 50.91º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #968212 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 130 18 -
CMYK 0 0.13 0.88 0.41
HSL 50.91º 0.79% 0.33% -
HSV(B) 50.91º 0.88% 0.59% -
XYZ 20.67 22.49 3.82 -
YUV 123.21 68.63 147.11 -
System Red Green Blue C M Y K H S L
Decimal 150 130 18 0 0.13 0.88 0.41 50.91 0.79 0.33
Hex 96 82 12 0 D 58 29 33 4F 21
Octal 226 202 22 0 15 130 51 63 117 41
Binary 10010110 10000010 10010 0 1101 1011000 101001 110011 1001111 100001

Color Harmonies of #968212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968212

Black with #968212

Text Example


Text Example

White with #968212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968212; }

 p { color: rgb(150,130,18); }

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

background-color css

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

 a { background-color: rgb(150,130,18); }

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

border-color css

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

 span { border-color: rgb(150,130,18); }

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