Html Css Color HEX #988E0D Lucky

📋 copy color: '#988E0D'

red 152 ◦ green 142 ◦ blue 13

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

Shades of Lucky #988E0D

Tints of Lucky #988E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.23%

R = 49.51%
G = 46.25%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#988E0D (or 0x988E0D) is known color: Lucky. HEX triplet: 98, 8E and 0D. RGB value is (152,142,13). Sum of RGB (Red+Green+Blue) = 152+142+13=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #988E0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988E0D is #6771F2. Grayscale: #828282. Windows color (decimal): -6779379 or 888472. OLE color: 888472.

HSL color Cylindrical-coordinate representation of color #988E0D: hue angle of 55.68º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #988E0D is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 142 13 -
CMYK 0 0.07 0.91 0.40
HSL 55.68º 0.84% 0.32% -
HSV(B) 55.68º 0.91% 0.6% -
XYZ 22.69 26.05 4.21 -
YUV 130.28 61.81 143.49 -
System Red Green Blue C M Y K H S L
Decimal 152 142 13 0 0.07 0.91 0.40 55.68 0.84 0.32
Hex 98 8E D 0 7 5B 28 38 54 20
Octal 230 216 15 0 7 133 50 70 124 40
Binary 10011000 10001110 1101 0 111 1011011 101000 111000 1010100 100000

Color Harmonies of #988E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E0D

Black with #988E0D

Text Example


Text Example

White with #988E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988E0D; }

 p { color: rgb(152,142,13); }

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

background-color css

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

 a { background-color: rgb(152,142,13); }

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

border-color css

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

 span { border-color: rgb(152,142,13); }

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