Html Css Color HEX #998A28 Lemon Ginger

📋 copy color: '#998A28'

red 153 ◦ green 138 ◦ blue 40

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

Shades of Lemon Ginger #998A28

Tints of Lemon Ginger #998A28

RGB

 RED value IS 153 (60.16% from 255) = 46.22%

 GREEN value IS 138 (54.3% from 255) = 41.69%

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

R = 46.22%
G = 41.69%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#998A28 (or 0x998A28) is known color: Lemon Ginger. HEX triplet: 99, 8A and 28. RGB value is (153,138,40). Sum of RGB (Red+Green+Blue) = 153+138+40=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #998A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998A28 is #6675D7. Grayscale: #838383. Windows color (decimal): -6714840 or 2656921. OLE color: 2656921.

HSL color Cylindrical-coordinate representation of color #998A28: hue angle of 52.04º degrees, saturation: 0.59, 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 #998A28 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 138 40 -
CMYK 0 0.10 0.74 0.4
HSL 52.04º 0.59% 0.38% -
HSV(B) 52.04º 0.74% 0.6% -
XYZ 22.61 25.1 5.66 -
YUV 131.31 76.47 143.47 -
System Red Green Blue C M Y K H S L
Decimal 153 138 40 0 0.10 0.74 0.4 52.04 0.59 0.38
Hex 99 8A 28 0 A 4A 28 34 3B 26
Octal 231 212 50 0 12 112 50 64 73 46
Binary 10011001 10001010 101000 0 1010 1001010 101000 110100 111011 100110

Color Harmonies of #998A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A28

Black with #998A28

Text Example


Text Example

White with #998A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998A28; }

 p { color: rgb(153,138,40); }

 H1.HeaderClassName
 {
   color: #998A28;
 }
 .AnyTagClassName
 {
   color: #998A28;
 }
</style>

background-color css

<style>
 a { background-color: #998A28; }

 a { background-color: rgb(153,138,40); }

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

border-color css

<style>
 span { border-color: #998A28; }

 span { border-color: rgb(153,138,40); }

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