Html Css Color HEX #947E16 Hacienda

📋 copy color: '#947E16'

red 148 ◦ green 126 ◦ blue 22

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

Shades of Hacienda #947E16

Tints of Hacienda #947E16

RGB

 RED value IS 148 (58.2% from 255) = 50%

 GREEN value IS 126 (49.61% from 255) = 42.57%

 BLUE value IS 22 (8.98% from 255) = 7.43%

R = 50%
G = 42.57%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#947E16 (or 0x947E16) is known color: Hacienda. HEX triplet: 94, 7E and 16. RGB value is (148,126,22). Sum of RGB (Red+Green+Blue) = 148+126+22=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 126 (49.61% from 255 or 42.57% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #947E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947E16 is #6B81E9. Grayscale: #797979. Windows color (decimal): -7045610 or 1474196. OLE color: 1474196.

HSL color Cylindrical-coordinate representation of color #947E16: hue angle of 49.52º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #947E16 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 126 22 -
CMYK 0 0.15 0.85 0.42
HSL 49.52º 0.74% 0.33% -
HSV(B) 49.52º 0.85% 0.58% -
XYZ 19.82 21.28 3.82 -
YUV 120.72 72.29 147.46 -
System Red Green Blue C M Y K H S L
Decimal 148 126 22 0 0.15 0.85 0.42 49.52 0.74 0.33
Hex 94 7E 16 0 F 55 2A 32 4A 21
Octal 224 176 26 0 17 125 52 62 112 41
Binary 10010100 1111110 10110 0 1111 1010101 101010 110010 1001010 100001

Color Harmonies of #947E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947E16

Black with #947E16

Text Example


Text Example

White with #947E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947E16; }

 p { color: rgb(148,126,22); }

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

background-color css

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

 a { background-color: rgb(148,126,22); }

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

border-color css

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

 span { border-color: rgb(148,126,22); }

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