Html Css Color HEX #998023 Hacienda

📋 copy color: '#998023'

red 153 ◦ green 128 ◦ blue 35

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

Shades of Hacienda #998023

Tints of Hacienda #998023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.08%

R = 48.42%
G = 40.51%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.4

RGB Variations

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

Color information

#998023 (or 0x998023) is known color: Hacienda. HEX triplet: 99, 80 and 23. RGB value is (153,128,35). Sum of RGB (Red+Green+Blue) = 153+128+35=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 35 (14.06% from 255 or 11.08% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #998023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998023 is #667FDC. Grayscale: #7D7D7D. Windows color (decimal): -6717405 or 2326681. OLE color: 2326681.

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

Color convert

RGB 153 128 35 -
CMYK 0 0.16 0.77 0.4
HSL 47.29º 0.63% 0.37% -
HSV(B) 47.29º 0.77% 0.6% -
XYZ 21.16 22.33 4.79 -
YUV 124.87 77.28 148.06 -
System Red Green Blue C M Y K H S L
Decimal 153 128 35 0 0.16 0.77 0.4 47.29 0.63 0.37
Hex 99 80 23 0 10 4D 28 2F 3F 25
Octal 231 200 43 0 20 115 50 57 77 45
Binary 10011001 10000000 100011 0 10000 1001101 101000 101111 111111 100101

Color Harmonies of #998023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998023

Black with #998023

Text Example


Text Example

White with #998023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998023; }

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

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

background-color css

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

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

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

border-color css

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

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

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