Html Css Color HEX #987928 Hacienda

📋 copy color: '#987928'

red 152 ◦ green 121 ◦ blue 40

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

Shades of Hacienda #987928

Tints of Hacienda #987928

RGB

 RED value IS 152 (59.77% from 255) = 48.56%

 GREEN value IS 121 (47.66% from 255) = 38.66%

 BLUE value IS 40 (16.02% from 255) = 12.78%

R = 48.56%
G = 38.66%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#987928 (or 0x987928) is known color: Hacienda. HEX triplet: 98, 79 and 28. RGB value is (152,121,40). Sum of RGB (Red+Green+Blue) = 152+121+40=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #987928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987928 is #6786D7. Grayscale: #797979. Windows color (decimal): -6784728 or 2652568. OLE color: 2652568.

HSL color Cylindrical-coordinate representation of color #987928: hue angle of 43.39º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #987928 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 121 40 -
CMYK 0 0.20 0.74 0.40
HSL 43.39º 0.58% 0.38% -
HSV(B) 43.39º 0.74% 0.6% -
XYZ 20.17 20.5 4.9 -
YUV 121.04 82.27 150.09 -
System Red Green Blue C M Y K H S L
Decimal 152 121 40 0 0.20 0.74 0.40 43.39 0.58 0.38
Hex 98 79 28 0 14 4A 28 2B 3A 26
Octal 230 171 50 0 24 112 50 53 72 46
Binary 10011000 1111001 101000 0 10100 1001010 101000 101011 111010 100110

Color Harmonies of #987928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987928

Black with #987928

Text Example


Text Example

White with #987928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987928; }

 p { color: rgb(152,121,40); }

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

background-color css

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

 a { background-color: rgb(152,121,40); }

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

border-color css

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

 span { border-color: rgb(152,121,40); }

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