Html Css Color HEX #98892D Lemon Ginger

📋 copy color: '#98892D'

red 152 ◦ green 137 ◦ blue 45

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

Shades of Lemon Ginger #98892D

Tints of Lemon Ginger #98892D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.02%

 BLUE value IS 45 (17.97% from 255) = 13.47%

R = 45.51%
G = 41.02%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#98892D (or 0x98892D) is known color: Lemon Ginger. HEX triplet: 98, 89 and 2D. RGB value is (152,137,45). Sum of RGB (Red+Green+Blue) = 152+137+45=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #98892D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98892D is #6776D2. Grayscale: #838383. Windows color (decimal): -6780627 or 2984344. OLE color: 2984344.

HSL color Cylindrical-coordinate representation of color #98892D: hue angle of 51.59º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98892D is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 137 45 -
CMYK 0 0.10 0.70 0.40
HSL 51.59º 0.54% 0.39% -
HSV(B) 51.59º 0.7% 0.6% -
XYZ 22.37 24.76 6.08 -
YUV 131 79.47 142.98 -
System Red Green Blue C M Y K H S L
Decimal 152 137 45 0 0.10 0.70 0.40 51.59 0.54 0.39
Hex 98 89 2D 0 A 46 28 34 36 27
Octal 230 211 55 0 12 106 50 64 66 47
Binary 10011000 10001001 101101 0 1010 1000110 101000 110100 110110 100111

Color Harmonies of #98892D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98892D

Black with #98892D

Text Example


Text Example

White with #98892D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98892D; }

 p { color: rgb(152,137,45); }

 H1.HeaderClassName
 {
   color: #98892D;
 }
 .AnyTagClassName
 {
   color: #98892D;
 }
</style>

background-color css

<style>
 a { background-color: #98892D; }

 a { background-color: rgb(152,137,45); }

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

border-color css

<style>
 span { border-color: #98892D; }

 span { border-color: rgb(152,137,45); }

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