Html Css Color HEX #999019 Lemon Ginger

📋 copy color: '#999019'

red 153 ◦ green 144 ◦ blue 25

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

Shades of Lemon Ginger #999019

Tints of Lemon Ginger #999019

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.72%

 BLUE value IS 25 (10.16% from 255) = 7.76%

R = 47.52%
G = 44.72%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#999019 (or 0x999019) is known color: Lemon Ginger. HEX triplet: 99, 90 and 19. RGB value is (153,144,25). Sum of RGB (Red+Green+Blue) = 153+144+25=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #999019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999019 is #666FE6. Grayscale: #858585. Windows color (decimal): -6713319 or 1675417. OLE color: 1675417.

HSL color Cylindrical-coordinate representation of color #999019: hue angle of 55.78º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #999019 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 144 25 -
CMYK 0 0.06 0.84 0.4
HSL 55.78º 0.72% 0.35% -
HSV(B) 55.78º 0.84% 0.6% -
XYZ 23.29 26.79 4.86 -
YUV 133.13 66.98 142.18 -
System Red Green Blue C M Y K H S L
Decimal 153 144 25 0 0.06 0.84 0.4 55.78 0.72 0.35
Hex 99 90 19 0 6 54 28 38 48 23
Octal 231 220 31 0 6 124 50 70 110 43
Binary 10011001 10010000 11001 0 110 1010100 101000 111000 1001000 100011

Color Harmonies of #999019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999019

Black with #999019

Text Example


Text Example

White with #999019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999019; }

 p { color: rgb(153,144,25); }

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

background-color css

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

 a { background-color: rgb(153,144,25); }

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

border-color css

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

 span { border-color: rgb(153,144,25); }

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