Html Css Color HEX #998E0E Lucky

📋 copy color: '#998E0E'

red 153 ◦ green 142 ◦ blue 14

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

Shades of Lucky #998E0E

Tints of Lucky #998E0E

RGB

 RED value IS 153 (60.16% from 255) = 49.51%

 GREEN value IS 142 (55.86% from 255) = 45.95%

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

R = 49.51%
G = 45.95%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.4

RGB Variations

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

Color information

#998E0E (or 0x998E0E) is known color: Lucky. HEX triplet: 99, 8E and 0E. RGB value is (153,142,14). Sum of RGB (Red+Green+Blue) = 153+142+14=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #998E0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998E0E is #6671F1. Grayscale: #838383. Windows color (decimal): -6713842 or 954009. OLE color: 954009.

HSL color Cylindrical-coordinate representation of color #998E0E: hue angle of 55.25º 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 #998E0E is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 142 14 -
CMYK 0 0.07 0.91 0.4
HSL 55.25º 0.83% 0.33% -
HSV(B) 55.25º 0.91% 0.6% -
XYZ 22.89 26.15 4.26 -
YUV 130.7 62.14 143.91 -
System Red Green Blue C M Y K H S L
Decimal 153 142 14 0 0.07 0.91 0.4 55.25 0.83 0.33
Hex 99 8E E 0 7 5B 28 37 53 21
Octal 231 216 16 0 7 133 50 67 123 41
Binary 10011001 10001110 1110 0 111 1011011 101000 110111 1010011 100001

Color Harmonies of #998E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998E0E

Black with #998E0E

Text Example


Text Example

White with #998E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998E0E; }

 p { color: rgb(153,142,14); }

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

background-color css

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

 a { background-color: rgb(153,142,14); }

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

border-color css

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

 span { border-color: rgb(153,142,14); }

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