Html Css Color HEX #989013 Lucky

📋 copy color: '#989013'

red 152 ◦ green 144 ◦ blue 19

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

Shades of Lucky #989013

Tints of Lucky #989013

RGB

 RED value IS 152 (59.77% from 255) = 48.25%

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

 BLUE value IS 19 (7.81% from 255) = 6.03%

R = 48.25%
G = 45.71%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#989013 (or 0x989013) is known color: Lucky. HEX triplet: 98, 90 and 13. RGB value is (152,144,19). Sum of RGB (Red+Green+Blue) = 152+144+19=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #989013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989013 is #676FEC. Grayscale: #848484. Windows color (decimal): -6778861 or 1282200. OLE color: 1282200.

HSL color Cylindrical-coordinate representation of color #989013: hue angle of 56.39º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #989013 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 144 19 -
CMYK 0 0.05 0.87 0.40
HSL 56.39º 0.78% 0.34% -
HSV(B) 56.39º 0.88% 0.6% -
XYZ 23.04 26.67 4.55 -
YUV 132.14 64.15 142.16 -
System Red Green Blue C M Y K H S L
Decimal 152 144 19 0 0.05 0.87 0.40 56.39 0.78 0.34
Hex 98 90 13 0 5 57 28 38 4E 22
Octal 230 220 23 0 5 127 50 70 116 42
Binary 10011000 10010000 10011 0 101 1010111 101000 111000 1001110 100010

Color Harmonies of #989013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989013

Black with #989013

Text Example


Text Example

White with #989013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989013; }

 p { color: rgb(152,144,19); }

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

background-color css

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

 a { background-color: rgb(152,144,19); }

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

border-color css

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

 span { border-color: rgb(152,144,19); }

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