Html Css Color HEX #998008 Hacienda

📋 copy color: '#998008'

red 153 ◦ green 128 ◦ blue 8

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

Shades of Hacienda #998008

Tints of Hacienda #998008

RGB

 RED value IS 153 (60.16% from 255) = 52.94%

 GREEN value IS 128 (50.39% from 255) = 44.29%

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

R = 52.94%
G = 44.29%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#998008 (or 0x998008) is known color: Hacienda. HEX triplet: 99, 80 and 08. RGB value is (153,128,8). Sum of RGB (Red+Green+Blue) = 153+128+8=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #998008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998008 is #667FF7. Grayscale: #7A7A7A. Windows color (decimal): -6717432 or 557209. OLE color: 557209.

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

Color convert

RGB 153 128 8 -
CMYK 0 0.16 0.95 0.4
HSL 49.66º 0.9% 0.32% -
HSV(B) 49.66º 0.95% 0.6% -
XYZ 20.9 22.23 3.42 -
YUV 121.8 63.78 150.26 -
System Red Green Blue C M Y K H S L
Decimal 153 128 8 0 0.16 0.95 0.4 49.66 0.9 0.32
Hex 99 80 8 0 10 5F 28 32 5A 20
Octal 231 200 10 0 20 137 50 62 132 40
Binary 10011001 10000000 1000 0 10000 1011111 101000 110010 1011010 100000

Color Harmonies of #998008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998008

Black with #998008

Text Example


Text Example

White with #998008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998008; }

 p { color: rgb(153,128,8); }

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

background-color css

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

 a { background-color: rgb(153,128,8); }

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

border-color css

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

 span { border-color: rgb(153,128,8); }

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