Html Css Color HEX #98880C Hacienda

📋 copy color: '#98880C'

red 152 ◦ green 136 ◦ blue 12

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

Shades of Hacienda #98880C

Tints of Hacienda #98880C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.33%

 BLUE value IS 12 (5.08% from 255) = 4%

R = 50.67%
G = 45.33%
B = 4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98880C (or 0x98880C) is known color: Hacienda. HEX triplet: 98, 88 and 0C. RGB value is (152,136,12). Sum of RGB (Red+Green+Blue) = 152+136+12=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #98880C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98880C is #6777F3. Grayscale: #7F7F7F. Windows color (decimal): -6780916 or 821400. OLE color: 821400.

HSL color Cylindrical-coordinate representation of color #98880C: hue angle of 53.14º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98880C is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 136 12 -
CMYK 0 0.11 0.92 0.40
HSL 53.14º 0.85% 0.32% -
HSV(B) 53.14º 0.92% 0.6% -
XYZ 21.82 24.31 3.89 -
YUV 126.65 63.3 146.08 -
System Red Green Blue C M Y K H S L
Decimal 152 136 12 0 0.11 0.92 0.40 53.14 0.85 0.32
Hex 98 88 C 0 B 5C 28 35 55 20
Octal 230 210 14 0 13 134 50 65 125 40
Binary 10011000 10001000 1100 0 1011 1011100 101000 110101 1010101 100000

Color Harmonies of #98880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98880C

Black with #98880C

Text Example


Text Example

White with #98880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98880C; }

 p { color: rgb(152,136,12); }

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

background-color css

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

 a { background-color: rgb(152,136,12); }

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

border-color css

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

 span { border-color: rgb(152,136,12); }

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