Html Css Color HEX #988E0A Lucky

📋 copy color: '#988E0A'

red 152 ◦ green 142 ◦ blue 10

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

Shades of Lucky #988E0A

Tints of Lucky #988E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.29%

R = 50%
G = 46.71%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#988E0A (or 0x988E0A) is known color: Lucky. HEX triplet: 98, 8E and 0A. RGB value is (152,142,10). Sum of RGB (Red+Green+Blue) = 152+142+10=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #988E0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988E0A is #6771F5. Grayscale: #828282. Windows color (decimal): -6779382 or 691864. OLE color: 691864.

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

Color convert

RGB 152 142 10 -
CMYK 0 0.07 0.93 0.40
HSL 55.77º 0.88% 0.32% -
HSV(B) 55.77º 0.93% 0.6% -
XYZ 22.68 26.04 4.12 -
YUV 129.94 60.31 143.73 -
System Red Green Blue C M Y K H S L
Decimal 152 142 10 0 0.07 0.93 0.40 55.77 0.88 0.32
Hex 98 8E A 0 7 5D 28 38 58 20
Octal 230 216 12 0 7 135 50 70 130 40
Binary 10011000 10001110 1010 0 111 1011101 101000 111000 1011000 100000

Color Harmonies of #988E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E0A

Black with #988E0A

Text Example


Text Example

White with #988E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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