Html Css Color HEX #989405 Lucky

📋 copy color: '#989405'

red 152 ◦ green 148 ◦ blue 5

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

Shades of Lucky #989405

Tints of Lucky #989405

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.52%

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 49.84%
G = 48.52%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#989405 (or 0x989405) is known color: Lucky. HEX triplet: 98, 94 and 05. RGB value is (152,148,5). Sum of RGB (Red+Green+Blue) = 152+148+5=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #989405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989405 is #676BFA. Grayscale: #858585. Windows color (decimal): -6777851 or 365720. OLE color: 365720.

HSL color Cylindrical-coordinate representation of color #989405: hue angle of 58.37º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #989405 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 148 5 -
CMYK 0 0.03 0.97 0.40
HSL 58.37º 0.94% 0.31% -
HSV(B) 58.37º 0.97% 0.6% -
XYZ 23.57 27.87 4.28 -
YUV 132.89 55.83 141.63 -
System Red Green Blue C M Y K H S L
Decimal 152 148 5 0 0.03 0.97 0.40 58.37 0.94 0.31
Hex 98 94 5 0 3 61 28 3A 5E 1F
Octal 230 224 5 0 3 141 50 72 136 37
Binary 10011000 10010100 101 0 11 1100001 101000 111010 1011110 11111

Color Harmonies of #989405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989405

Black with #989405

Text Example


Text Example

White with #989405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989405; }

 p { color: rgb(152,148,5); }

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

background-color css

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

 a { background-color: rgb(152,148,5); }

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

border-color css

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

 span { border-color: rgb(152,148,5); }

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