Html Css Color HEX #988A0F Hacienda

📋 copy color: '#988A0F'

red 152 ◦ green 138 ◦ blue 15

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

Shades of Hacienda #988A0F

Tints of Hacienda #988A0F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.25%

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

R = 49.84%
G = 45.25%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#988A0F (or 0x988A0F) is known color: Hacienda. HEX triplet: 98, 8A and 0F. RGB value is (152,138,15). Sum of RGB (Red+Green+Blue) = 152+138+15=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #988A0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988A0F is #6775F0. Grayscale: #808080. Windows color (decimal): -6780401 or 1018520. OLE color: 1018520.

HSL color Cylindrical-coordinate representation of color #988A0F: hue angle of 53.87º 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 #988A0F is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 138 15 -
CMYK 0 0.09 0.90 0.40
HSL 53.87º 0.82% 0.33% -
HSV(B) 53.87º 0.9% 0.6% -
XYZ 22.12 24.89 4.09 -
YUV 128.16 64.14 145 -
System Red Green Blue C M Y K H S L
Decimal 152 138 15 0 0.09 0.90 0.40 53.87 0.82 0.33
Hex 98 8A F 0 9 5A 28 36 52 21
Octal 230 212 17 0 11 132 50 66 122 41
Binary 10011000 10001010 1111 0 1001 1011010 101000 110110 1010010 100001

Color Harmonies of #988A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988A0F

Black with #988A0F

Text Example


Text Example

White with #988A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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