Html Css Color HEX #999018 Lucky

📋 copy color: '#999018'

red 153 ◦ green 144 ◦ blue 24

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

Shades of Lucky #999018

Tints of Lucky #999018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.48%

R = 47.66%
G = 44.86%
B = 7.48%

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

#999018 (or 0x999018) is known color: Lucky. HEX triplet: 99, 90 and 18. RGB value is (153,144,24). Sum of RGB (Red+Green+Blue) = 153+144+24=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #999018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999018 is #666FE7. Grayscale: #858585. Windows color (decimal): -6713320 or 1609881. OLE color: 1609881.

HSL color Cylindrical-coordinate representation of color #999018: hue angle of 55.81º degrees, saturation: 0.73, 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 #999018 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 144 24 -
CMYK 0 0.06 0.84 0.4
HSL 55.81º 0.73% 0.35% -
HSV(B) 55.81º 0.84% 0.6% -
XYZ 23.28 26.78 4.81 -
YUV 133.01 66.48 142.26 -
System Red Green Blue C M Y K H S L
Decimal 153 144 24 0 0.06 0.84 0.4 55.81 0.73 0.35
Hex 99 90 18 0 6 54 28 38 49 23
Octal 231 220 30 0 6 124 50 70 111 43
Binary 10011001 10010000 11000 0 110 1010100 101000 111000 1001001 100011

Color Harmonies of #999018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999018

Black with #999018

Text Example


Text Example

White with #999018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999018; }

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

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

background-color css

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

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

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

border-color css

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

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

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