Html Css Color HEX #988108 Hacienda

📋 copy color: '#988108'

red 152 ◦ green 129 ◦ blue 8

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

Shades of Hacienda #988108

Tints of Hacienda #988108

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.64%

 BLUE value IS 8 (3.52% from 255) = 2.77%

R = 52.6%
G = 44.64%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#988108 (or 0x988108) is known color: Hacienda. HEX triplet: 98, 81 and 08. RGB value is (152,129,8). Sum of RGB (Red+Green+Blue) = 152+129+8=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #988108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988108 is #677EF7. Grayscale: #7A7A7A. Windows color (decimal): -6782712 or 557464. OLE color: 557464.

HSL color Cylindrical-coordinate representation of color #988108: hue angle of 50.42º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #988108 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 129 8 -
CMYK 0 0.15 0.95 0.40
HSL 50.42º 0.9% 0.31% -
HSV(B) 50.42º 0.95% 0.6% -
XYZ 20.84 22.39 3.45 -
YUV 122.08 63.62 149.34 -
System Red Green Blue C M Y K H S L
Decimal 152 129 8 0 0.15 0.95 0.40 50.42 0.9 0.31
Hex 98 81 8 0 F 5F 28 32 5A 1F
Octal 230 201 10 0 17 137 50 62 132 37
Binary 10011000 10000001 1000 0 1111 1011111 101000 110010 1011010 11111

Color Harmonies of #988108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988108

Black with #988108

Text Example


Text Example

White with #988108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988108; }

 p { color: rgb(152,129,8); }

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

background-color css

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

 a { background-color: rgb(152,129,8); }

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

border-color css

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

 span { border-color: rgb(152,129,8); }

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