Html Css Color HEX #998308 Hacienda

📋 copy color: '#998308'

red 153 ◦ green 131 ◦ blue 8

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

Shades of Hacienda #998308

Tints of Hacienda #998308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.86%

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

R = 52.4%
G = 44.86%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#998308 (or 0x998308) is known color: Hacienda. HEX triplet: 99, 83 and 08. RGB value is (153,131,8). Sum of RGB (Red+Green+Blue) = 153+131+8=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #998308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998308 is #667CF7. Grayscale: #7C7C7C. Windows color (decimal): -6716664 or 557977. OLE color: 557977.

HSL color Cylindrical-coordinate representation of color #998308: hue angle of 50.9º 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 #998308 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 131 8 -
CMYK 0 0.14 0.95 0.4
HSL 50.9º 0.9% 0.32% -
HSV(B) 50.9º 0.95% 0.6% -
XYZ 21.3 23.02 3.55 -
YUV 123.56 62.79 149 -
System Red Green Blue C M Y K H S L
Decimal 153 131 8 0 0.14 0.95 0.4 50.9 0.9 0.32
Hex 99 83 8 0 E 5F 28 33 5A 20
Octal 231 203 10 0 16 137 50 63 132 40
Binary 10011001 10000011 1000 0 1110 1011111 101000 110011 1011010 100000

Color Harmonies of #998308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998308

Black with #998308

Text Example


Text Example

White with #998308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998308; }

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

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

background-color css

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

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

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

border-color css

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

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

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