Html Css Color HEX #98861E Lemon Ginger

📋 copy color: '#98861E'

red 152 ◦ green 134 ◦ blue 30

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

Shades of Lemon Ginger #98861E

Tints of Lemon Ginger #98861E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.41%

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

R = 48.1%
G = 42.41%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98861E (or 0x98861E) is known color: Lemon Ginger. HEX triplet: 98, 86 and 1E. RGB value is (152,134,30). Sum of RGB (Red+Green+Blue) = 152+134+30=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #98861E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98861E is #6779E1. Grayscale: #7F7F7F. Windows color (decimal): -6781410 or 2000536. OLE color: 2000536.

HSL color Cylindrical-coordinate representation of color #98861E: hue angle of 51.15º 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 #98861E is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 134 30 -
CMYK 0 0.12 0.80 0.40
HSL 51.15º 0.67% 0.36% -
HSV(B) 51.15º 0.8% 0.6% -
XYZ 21.71 23.82 4.68 -
YUV 127.53 72.96 145.46 -
System Red Green Blue C M Y K H S L
Decimal 152 134 30 0 0.12 0.80 0.40 51.15 0.67 0.36
Hex 98 86 1E 0 C 50 28 33 43 24
Octal 230 206 36 0 14 120 50 63 103 44
Binary 10011000 10000110 11110 0 1100 1010000 101000 110011 1000011 100100

Color Harmonies of #98861E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98861E

Black with #98861E

Text Example


Text Example

White with #98861E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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