Html Css Color HEX #988D22 Lemon Ginger

📋 copy color: '#988D22'

red 152 ◦ green 141 ◦ blue 34

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

Shades of Lemon Ginger #988D22

Tints of Lemon Ginger #988D22

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.12%

 BLUE value IS 34 (13.67% from 255) = 10.4%

R = 46.48%
G = 43.12%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#988D22 (or 0x988D22) is known color: Lemon Ginger. HEX triplet: 98, 8D and 22. RGB value is (152,141,34). Sum of RGB (Red+Green+Blue) = 152+141+34=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #988D22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988D22 is #6772DD. Grayscale: #848484. Windows color (decimal): -6779614 or 2264472. OLE color: 2264472.

HSL color Cylindrical-coordinate representation of color #988D22: hue angle of 54.41º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #988D22 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 141 34 -
CMYK 0 0.07 0.78 0.40
HSL 54.41º 0.63% 0.36% -
HSV(B) 54.41º 0.78% 0.6% -
XYZ 22.76 25.84 5.3 -
YUV 132.09 72.64 142.2 -
System Red Green Blue C M Y K H S L
Decimal 152 141 34 0 0.07 0.78 0.40 54.41 0.63 0.36
Hex 98 8D 22 0 7 4E 28 36 3F 24
Octal 230 215 42 0 7 116 50 66 77 44
Binary 10011000 10001101 100010 0 111 1001110 101000 110110 111111 100100

Color Harmonies of #988D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988D22

Black with #988D22

Text Example


Text Example

White with #988D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988D22; }

 p { color: rgb(152,141,34); }

 H1.HeaderClassName
 {
   color: #988D22;
 }
 .AnyTagClassName
 {
   color: #988D22;
 }
</style>

background-color css

<style>
 a { background-color: #988D22; }

 a { background-color: rgb(152,141,34); }

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

border-color css

<style>
 span { border-color: #988D22; }

 span { border-color: rgb(152,141,34); }

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