Html Css Color HEX #988F0D Lucky

📋 copy color: '#988F0D'

red 152 ◦ green 143 ◦ blue 13

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

Shades of Lucky #988F0D

Tints of Lucky #988F0D

RGB

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

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

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

R = 49.35%
G = 46.43%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#988F0D (or 0x988F0D) is known color: Lucky. HEX triplet: 98, 8F and 0D. RGB value is (152,143,13). Sum of RGB (Red+Green+Blue) = 152+143+13=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #988F0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988F0D is #6770F2. Grayscale: #838383. Windows color (decimal): -6779123 or 888728. OLE color: 888728.

HSL color Cylindrical-coordinate representation of color #988F0D: hue angle of 56.12º 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 #988F0D is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 143 13 -
CMYK 0 0.06 0.91 0.40
HSL 56.12º 0.84% 0.32% -
HSV(B) 56.12º 0.91% 0.6% -
XYZ 22.84 26.35 4.26 -
YUV 130.87 61.48 143.07 -
System Red Green Blue C M Y K H S L
Decimal 152 143 13 0 0.06 0.91 0.40 56.12 0.84 0.32
Hex 98 8F D 0 6 5B 28 38 54 20
Octal 230 217 15 0 6 133 50 70 124 40
Binary 10011000 10001111 1101 0 110 1011011 101000 111000 1010100 100000

Color Harmonies of #988F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F0D

Black with #988F0D

Text Example


Text Example

White with #988F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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