Html Css Color HEX #989014 Lucky

📋 copy color: '#989014'

red 152 ◦ green 144 ◦ blue 20

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

Shades of Lucky #989014

Tints of Lucky #989014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 48.1%
G = 45.57%
B = 6.33%

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

#989014 (or 0x989014) is known color: Lucky. HEX triplet: 98, 90 and 14. RGB value is (152,144,20). Sum of RGB (Red+Green+Blue) = 152+144+20=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #989014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989014 is #676FEB. Grayscale: #848484. Windows color (decimal): -6778860 or 1347736. OLE color: 1347736.

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

Color convert

RGB 152 144 20 -
CMYK 0 0.05 0.87 0.40
HSL 56.36º 0.77% 0.34% -
HSV(B) 56.36º 0.87% 0.6% -
XYZ 23.05 26.67 4.6 -
YUV 132.26 64.65 142.08 -
System Red Green Blue C M Y K H S L
Decimal 152 144 20 0 0.05 0.87 0.40 56.36 0.77 0.34
Hex 98 90 14 0 5 57 28 38 4D 22
Octal 230 220 24 0 5 127 50 70 115 42
Binary 10011000 10010000 10100 0 101 1010111 101000 111000 1001101 100010

Color Harmonies of #989014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989014

Black with #989014

Text Example


Text Example

White with #989014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989014; }

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

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

background-color css

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

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

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

border-color css

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

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

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