Html Css Color HEX #98861B Lemon Ginger

📋 copy color: '#98861B'

red 152 ◦ green 134 ◦ blue 27

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

Shades of Lemon Ginger #98861B

Tints of Lemon Ginger #98861B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.63%

R = 48.56%
G = 42.81%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98861B (or 0x98861B) is known color: Lemon Ginger. HEX triplet: 98, 86 and 1B. RGB value is (152,134,27). Sum of RGB (Red+Green+Blue) = 152+134+27=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98861B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98861B is #6779E4. Grayscale: #7F7F7F. Windows color (decimal): -6781413 or 1803928. OLE color: 1803928.

HSL color Cylindrical-coordinate representation of color #98861B: hue angle of 51.36º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98861B is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 134 27 -
CMYK 0 0.12 0.82 0.40
HSL 51.36º 0.7% 0.35% -
HSV(B) 51.36º 0.82% 0.6% -
XYZ 21.67 23.8 4.49 -
YUV 127.18 71.46 145.7 -
System Red Green Blue C M Y K H S L
Decimal 152 134 27 0 0.12 0.82 0.40 51.36 0.7 0.35
Hex 98 86 1B 0 C 52 28 33 46 23
Octal 230 206 33 0 14 122 50 63 106 43
Binary 10011000 10000110 11011 0 1100 1010010 101000 110011 1000110 100011

Color Harmonies of #98861B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98861B

Black with #98861B

Text Example


Text Example

White with #98861B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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