Html Css Color HEX #989010 Lucky

📋 copy color: '#989010'

red 152 ◦ green 144 ◦ blue 16

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

Shades of Lucky #989010

Tints of Lucky #989010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.13%

R = 48.72%
G = 46.15%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#989010 (or 0x989010) is known color: Lucky. HEX triplet: 98, 90 and 10. RGB value is (152,144,16). Sum of RGB (Red+Green+Blue) = 152+144+16=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #989010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989010 is #676FEF. Grayscale: #848484. Windows color (decimal): -6778864 or 1085592. OLE color: 1085592.

HSL color Cylindrical-coordinate representation of color #989010: hue angle of 56.47º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #989010 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 144 16 -
CMYK 0 0.05 0.89 0.40
HSL 56.47º 0.81% 0.33% -
HSV(B) 56.47º 0.89% 0.6% -
XYZ 23.02 26.66 4.42 -
YUV 131.8 62.65 142.41 -
System Red Green Blue C M Y K H S L
Decimal 152 144 16 0 0.05 0.89 0.40 56.47 0.81 0.33
Hex 98 90 10 0 5 59 28 38 51 21
Octal 230 220 20 0 5 131 50 70 121 41
Binary 10011000 10010000 10000 0 101 1011001 101000 111000 1010001 100001

Color Harmonies of #989010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989010

Black with #989010

Text Example


Text Example

White with #989010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989010; }

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

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

background-color css

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

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

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

border-color css

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

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

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