Html Css Color HEX #988B28 Lemon Ginger

📋 copy color: '#988B28'

red 152 ◦ green 139 ◦ blue 40

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

Shades of Lemon Ginger #988B28

Tints of Lemon Ginger #988B28

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.99%

 BLUE value IS 40 (16.02% from 255) = 12.08%

R = 45.92%
G = 41.99%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#988B28 (or 0x988B28) is known color: Lemon Ginger. HEX triplet: 98, 8B and 28. RGB value is (152,139,40). Sum of RGB (Red+Green+Blue) = 152+139+40=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #988B28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988B28 is #6774D7. Grayscale: #848484. Windows color (decimal): -6780120 or 2657176. OLE color: 2657176.

HSL color Cylindrical-coordinate representation of color #988B28: hue angle of 53.04º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #988B28 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 139 40 -
CMYK 0 0.09 0.74 0.40
HSL 53.04º 0.58% 0.38% -
HSV(B) 53.04º 0.74% 0.6% -
XYZ 22.56 25.29 5.7 -
YUV 131.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 152 139 40 0 0.09 0.74 0.40 53.04 0.58 0.38
Hex 98 8B 28 0 9 4A 28 35 3A 26
Octal 230 213 50 0 11 112 50 65 72 46
Binary 10011000 10001011 101000 0 1001 1001010 101000 110101 111010 100110

Color Harmonies of #988B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B28

Black with #988B28

Text Example


Text Example

White with #988B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,139,40); }

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

background-color css

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

 a { background-color: rgb(152,139,40); }

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

border-color css

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

 span { border-color: rgb(152,139,40); }

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