Html Css Color HEX #968512 Hacienda

📋 copy color: '#968512'

red 150 ◦ green 133 ◦ blue 18

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

Shades of Hacienda #968512

Tints of Hacienda #968512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.19%

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

R = 49.83%
G = 44.19%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#968512 (or 0x968512) is known color: Hacienda. HEX triplet: 96, 85 and 12. RGB value is (150,133,18). Sum of RGB (Red+Green+Blue) = 150+133+18=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #968512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968512 is #697AED. Grayscale: #7D7D7D. Windows color (decimal): -6912750 or 1213846. OLE color: 1213846.

HSL color Cylindrical-coordinate representation of color #968512: hue angle of 52.27º 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 #968512 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 133 18 -
CMYK 0 0.11 0.88 0.41
HSL 52.27º 0.79% 0.33% -
HSV(B) 52.27º 0.88% 0.59% -
XYZ 21.07 23.3 3.96 -
YUV 124.97 67.63 145.85 -
System Red Green Blue C M Y K H S L
Decimal 150 133 18 0 0.11 0.88 0.41 52.27 0.79 0.33
Hex 96 85 12 0 B 58 29 34 4F 21
Octal 226 205 22 0 13 130 51 64 117 41
Binary 10010110 10000101 10010 0 1011 1011000 101001 110100 1001111 100001

Color Harmonies of #968512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968512

Black with #968512

Text Example


Text Example

White with #968512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968512; }

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

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

background-color css

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

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

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

border-color css

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

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

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