Html Css Color HEX #98902C Lemon Ginger

📋 copy color: '#98902C'

red 152 ◦ green 144 ◦ blue 44

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

Shades of Lemon Ginger #98902C

Tints of Lemon Ginger #98902C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.35%

 BLUE value IS 44 (17.58% from 255) = 12.94%

R = 44.71%
G = 42.35%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#98902C (or 0x98902C) is known color: Lemon Ginger. HEX triplet: 98, 90 and 2C. RGB value is (152,144,44). Sum of RGB (Red+Green+Blue) = 152+144+44=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #98902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98902C is #676FD3. Grayscale: #878787. Windows color (decimal): -6778836 or 2920600. OLE color: 2920600.

HSL color Cylindrical-coordinate representation of color #98902C: hue angle of 55.56º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98902C is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 144 44 -
CMYK 0 0.05 0.71 0.40
HSL 55.56º 0.55% 0.38% -
HSV(B) 55.56º 0.71% 0.6% -
XYZ 23.38 26.8 6.32 -
YUV 134.99 76.65 140.13 -
System Red Green Blue C M Y K H S L
Decimal 152 144 44 0 0.05 0.71 0.40 55.56 0.55 0.38
Hex 98 90 2C 0 5 47 28 38 37 26
Octal 230 220 54 0 5 107 50 70 67 46
Binary 10011000 10010000 101100 0 101 1000111 101000 111000 110111 100110

Color Harmonies of #98902C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98902C

Black with #98902C

Text Example


Text Example

White with #98902C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98902C; }

 p { color: rgb(152,144,44); }

 H1.HeaderClassName
 {
   color: #98902C;
 }
 .AnyTagClassName
 {
   color: #98902C;
 }
</style>

background-color css

<style>
 a { background-color: #98902C; }

 a { background-color: rgb(152,144,44); }

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

border-color css

<style>
 span { border-color: #98902C; }

 span { border-color: rgb(152,144,44); }

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