Html Css Color HEX #988C0F Hacienda

📋 copy color: '#988C0F'

red 152 ◦ green 140 ◦ blue 15

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

Shades of Hacienda #988C0F

Tints of Hacienda #988C0F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.6%

 BLUE value IS 15 (6.25% from 255) = 4.89%

R = 49.51%
G = 45.6%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#988C0F (or 0x988C0F) is known color: Hacienda. HEX triplet: 98, 8C and 0F. RGB value is (152,140,15). Sum of RGB (Red+Green+Blue) = 152+140+15=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #988C0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988C0F is #6773F0. Grayscale: #818181. Windows color (decimal): -6779889 or 1019032. OLE color: 1019032.

HSL color Cylindrical-coordinate representation of color #988C0F: hue angle of 54.74º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #988C0F is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 140 15 -
CMYK 0 0.08 0.90 0.40
HSL 54.74º 0.82% 0.33% -
HSV(B) 54.74º 0.9% 0.6% -
XYZ 22.41 25.47 4.19 -
YUV 129.34 63.48 144.16 -
System Red Green Blue C M Y K H S L
Decimal 152 140 15 0 0.08 0.90 0.40 54.74 0.82 0.33
Hex 98 8C F 0 8 5A 28 37 52 21
Octal 230 214 17 0 10 132 50 67 122 41
Binary 10011000 10001100 1111 0 1000 1011010 101000 110111 1010010 100001

Color Harmonies of #988C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C0F

Black with #988C0F

Text Example


Text Example

White with #988C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988C0F; }

 p { color: rgb(152,140,15); }

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

background-color css

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

 a { background-color: rgb(152,140,15); }

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

border-color css

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

 span { border-color: rgb(152,140,15); }

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