Html Css Color HEX #99800B Hacienda

📋 copy color: '#99800B'

red 153 ◦ green 128 ◦ blue 11

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

Shades of Hacienda #99800B

Tints of Hacienda #99800B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.77%

R = 52.4%
G = 43.84%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99800B (or 0x99800B) is known color: Hacienda. HEX triplet: 99, 80 and 0B. RGB value is (153,128,11). Sum of RGB (Red+Green+Blue) = 153+128+11=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #99800B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99800B is #667FF4. Grayscale: #7A7A7A. Windows color (decimal): -6717429 or 753817. OLE color: 753817.

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

Color convert

RGB 153 128 11 -
CMYK 0 0.16 0.93 0.4
HSL 49.44º 0.87% 0.32% -
HSV(B) 49.44º 0.93% 0.6% -
XYZ 20.92 22.23 3.51 -
YUV 122.14 65.28 150.01 -
System Red Green Blue C M Y K H S L
Decimal 153 128 11 0 0.16 0.93 0.4 49.44 0.87 0.32
Hex 99 80 B 0 10 5D 28 31 57 20
Octal 231 200 13 0 20 135 50 61 127 40
Binary 10011001 10000000 1011 0 10000 1011101 101000 110001 1010111 100000

Color Harmonies of #99800B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99800B

Black with #99800B

Text Example


Text Example

White with #99800B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99800B; }

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

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

background-color css

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

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

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

border-color css

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

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

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