Html Css Color HEX #98822A Lemon Ginger

📋 copy color: '#98822A'

red 152 ◦ green 130 ◦ blue 42

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

Shades of Lemon Ginger #98822A

Tints of Lemon Ginger #98822A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.12%

 BLUE value IS 42 (16.8% from 255) = 12.96%

R = 46.91%
G = 40.12%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#98822A (or 0x98822A) is known color: Lemon Ginger. HEX triplet: 98, 82 and 2A. RGB value is (152,130,42). Sum of RGB (Red+Green+Blue) = 152+130+42=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #98822A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98822A is #677DD5. Grayscale: #7E7E7E. Windows color (decimal): -6782422 or 2785944. OLE color: 2785944.

HSL color Cylindrical-coordinate representation of color #98822A: hue angle of 48º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98822A is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 130 42 -
CMYK 0 0.14 0.72 0.40
HSL 48º 0.57% 0.38% -
HSV(B) 48º 0.72% 0.6% -
XYZ 21.35 22.81 5.47 -
YUV 126.55 80.29 146.16 -
System Red Green Blue C M Y K H S L
Decimal 152 130 42 0 0.14 0.72 0.40 48 0.57 0.38
Hex 98 82 2A 0 E 48 28 30 39 26
Octal 230 202 52 0 16 110 50 60 71 46
Binary 10011000 10000010 101010 0 1110 1001000 101000 110000 111001 100110

Color Harmonies of #98822A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98822A

Black with #98822A

Text Example


Text Example

White with #98822A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98822A; }

 p { color: rgb(152,130,42); }

 H1.HeaderClassName
 {
   color: #98822A;
 }
 .AnyTagClassName
 {
   color: #98822A;
 }
</style>

background-color css

<style>
 a { background-color: #98822A; }

 a { background-color: rgb(152,130,42); }

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

border-color css

<style>
 span { border-color: #98822A; }

 span { border-color: rgb(152,130,42); }

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