Html Css Color HEX #987F19 Hacienda

📋 copy color: '#987F19'

red 152 ◦ green 127 ◦ blue 25

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

Shades of Hacienda #987F19

Tints of Hacienda #987F19

RGB

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

 GREEN value IS 127 (50% from 255) = 41.78%

 BLUE value IS 25 (10.16% from 255) = 8.22%

R = 50%
G = 41.78%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#987F19 (or 0x987F19) is known color: Hacienda. HEX triplet: 98, 7F and 19. RGB value is (152,127,25). Sum of RGB (Red+Green+Blue) = 152+127+25=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #987F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987F19 is #6780E6. Grayscale: #7B7B7B. Windows color (decimal): -6783207 or 1671064. OLE color: 1671064.

HSL color Cylindrical-coordinate representation of color #987F19: hue angle of 48.19º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #987F19 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 127 25 -
CMYK 0 0.16 0.84 0.40
HSL 48.19º 0.72% 0.35% -
HSV(B) 48.19º 0.84% 0.6% -
XYZ 20.71 21.92 4.06 -
YUV 122.85 72.78 148.79 -
System Red Green Blue C M Y K H S L
Decimal 152 127 25 0 0.16 0.84 0.40 48.19 0.72 0.35
Hex 98 7F 19 0 10 54 28 30 48 23
Octal 230 177 31 0 20 124 50 60 110 43
Binary 10011000 1111111 11001 0 10000 1010100 101000 110000 1001000 100011

Color Harmonies of #987F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F19

Black with #987F19

Text Example


Text Example

White with #987F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987F19; }

 p { color: rgb(152,127,25); }

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

background-color css

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

 a { background-color: rgb(152,127,25); }

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

border-color css

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

 span { border-color: rgb(152,127,25); }

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