Html Css Color HEX #998F0E Lucky

📋 copy color: '#998F0E'

red 153 ◦ green 143 ◦ blue 14

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

Shades of Lucky #998F0E

Tints of Lucky #998F0E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.13%

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

R = 49.35%
G = 46.13%
B = 4.52%

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

#998F0E (or 0x998F0E) is known color: Lucky. HEX triplet: 99, 8F and 0E. RGB value is (153,143,14). Sum of RGB (Red+Green+Blue) = 153+143+14=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #998F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998F0E is #6670F1. Grayscale: #838383. Windows color (decimal): -6713586 or 954265. OLE color: 954265.

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

Color convert

RGB 153 143 14 -
CMYK 0 0.07 0.91 0.4
HSL 55.68º 0.83% 0.33% -
HSV(B) 55.68º 0.91% 0.6% -
XYZ 23.04 26.45 4.31 -
YUV 131.28 61.81 143.49 -
System Red Green Blue C M Y K H S L
Decimal 153 143 14 0 0.07 0.91 0.4 55.68 0.83 0.33
Hex 99 8F E 0 7 5B 28 38 53 21
Octal 231 217 16 0 7 133 50 70 123 41
Binary 10011001 10001111 1110 0 111 1011011 101000 111000 1010011 100001

Color Harmonies of #998F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998F0E

Black with #998F0E

Text Example


Text Example

White with #998F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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