Html Css Color HEX #98900E Lucky

📋 copy color: '#98900E'

red 152 ◦ green 144 ◦ blue 14

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

Shades of Lucky #98900E

Tints of Lucky #98900E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.52%

R = 49.03%
G = 46.45%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98900E (or 0x98900E) is known color: Lucky. HEX triplet: 98, 90 and 0E. RGB value is (152,144,14). Sum of RGB (Red+Green+Blue) = 152+144+14=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #98900E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98900E is #676FF1. Grayscale: #848484. Windows color (decimal): -6778866 or 954520. OLE color: 954520.

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

Color convert

RGB 152 144 14 -
CMYK 0 0.05 0.91 0.40
HSL 56.52º 0.83% 0.33% -
HSV(B) 56.52º 0.91% 0.6% -
XYZ 23 26.65 4.35 -
YUV 131.57 61.65 142.57 -
System Red Green Blue C M Y K H S L
Decimal 152 144 14 0 0.05 0.91 0.40 56.52 0.83 0.33
Hex 98 90 E 0 5 5B 28 39 53 21
Octal 230 220 16 0 5 133 50 71 123 41
Binary 10011000 10010000 1110 0 101 1011011 101000 111001 1010011 100001

Color Harmonies of #98900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98900E

Black with #98900E

Text Example


Text Example

White with #98900E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98900E; }

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

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

background-color css

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

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

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

border-color css

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

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

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