Html Css Color HEX #98881E Lemon Ginger

📋 copy color: '#98881E'

red 152 ◦ green 136 ◦ blue 30

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

Shades of Lemon Ginger #98881E

Tints of Lemon Ginger #98881E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.77%

 BLUE value IS 30 (12.11% from 255) = 9.43%

R = 47.8%
G = 42.77%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98881E (or 0x98881E) is known color: Lemon Ginger. HEX triplet: 98, 88 and 1E. RGB value is (152,136,30). Sum of RGB (Red+Green+Blue) = 152+136+30=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #98881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98881E is #6777E1. Grayscale: #818181. Windows color (decimal): -6780898 or 2001048. OLE color: 2001048.

HSL color Cylindrical-coordinate representation of color #98881E: hue angle of 52.13º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98881E is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 136 30 -
CMYK 0 0.11 0.80 0.40
HSL 52.13º 0.67% 0.36% -
HSV(B) 52.13º 0.8% 0.6% -
XYZ 21.99 24.38 4.77 -
YUV 128.7 72.3 144.62 -
System Red Green Blue C M Y K H S L
Decimal 152 136 30 0 0.11 0.80 0.40 52.13 0.67 0.36
Hex 98 88 1E 0 B 50 28 34 43 24
Octal 230 210 36 0 13 120 50 64 103 44
Binary 10011000 10001000 11110 0 1011 1010000 101000 110100 1000011 100100

Color Harmonies of #98881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98881E

Black with #98881E

Text Example


Text Example

White with #98881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98881E; }

 p { color: rgb(152,136,30); }

 H1.HeaderClassName
 {
   color: #98881E;
 }
 .AnyTagClassName
 {
   color: #98881E;
 }
</style>

background-color css

<style>
 a { background-color: #98881E; }

 a { background-color: rgb(152,136,30); }

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

border-color css

<style>
 span { border-color: #98881E; }

 span { border-color: rgb(152,136,30); }

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