Html Css Color HEX #998227 Lemon Ginger

📋 copy color: '#998227'

red 153 ◦ green 130 ◦ blue 39

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

Shades of Lemon Ginger #998227

Tints of Lemon Ginger #998227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.11%

R = 47.52%
G = 40.37%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#998227 (or 0x998227) is known color: Lemon Ginger. HEX triplet: 99, 82 and 27. RGB value is (153,130,39). Sum of RGB (Red+Green+Blue) = 153+130+39=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #998227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998227 is #667DD8. Grayscale: #7E7E7E. Windows color (decimal): -6716889 or 2589337. OLE color: 2589337.

HSL color Cylindrical-coordinate representation of color #998227: hue angle of 47.89º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #998227 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 130 39 -
CMYK 0 0.15 0.75 0.4
HSL 47.89º 0.59% 0.38% -
HSV(B) 47.89º 0.75% 0.6% -
XYZ 21.49 22.88 5.2 -
YUV 126.5 78.62 146.9 -
System Red Green Blue C M Y K H S L
Decimal 153 130 39 0 0.15 0.75 0.4 47.89 0.59 0.38
Hex 99 82 27 0 F 4B 28 30 3B 26
Octal 231 202 47 0 17 113 50 60 73 46
Binary 10011001 10000010 100111 0 1111 1001011 101000 110000 111011 100110

Color Harmonies of #998227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998227

Black with #998227

Text Example


Text Example

White with #998227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998227; }

 p { color: rgb(153,130,39); }

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

background-color css

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

 a { background-color: rgb(153,130,39); }

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

border-color css

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

 span { border-color: rgb(153,130,39); }

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