Html Css Color HEX #9F9128 Lemon Ginger

📋 copy color: '#9F9128'

red 159 ◦ green 145 ◦ blue 40

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

Shades of Lemon Ginger #9F9128

Tints of Lemon Ginger #9F9128

RGB

 RED value IS 159 (62.5% from 255) = 46.22%

 GREEN value IS 145 (57.03% from 255) = 42.15%

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

R = 46.22%
G = 42.15%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9F9128 (or 0x9F9128) is known color: Lemon Ginger. HEX triplet: 9F, 91 and 28. RGB value is (159,145,40). Sum of RGB (Red+Green+Blue) = 159+145+40=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9128 is #606ED7. Grayscale: #898989. Windows color (decimal): -6319832 or 2658719. OLE color: 2658719.

HSL color Cylindrical-coordinate representation of color #9F9128: hue angle of 52.94º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F9128 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 145 40 -
CMYK 0 0.09 0.75 0.38
HSL 52.94º 0.6% 0.39% -
HSV(B) 52.94º 0.75% 0.62% -
XYZ 24.81 27.77 6.06 -
YUV 137.22 73.14 143.54 -
System Red Green Blue C M Y K H S L
Decimal 159 145 40 0 0.09 0.75 0.38 52.94 0.6 0.39
Hex 9F 91 28 0 9 4B 26 35 3C 27
Octal 237 221 50 0 11 113 46 65 74 47
Binary 10011111 10010001 101000 0 1001 1001011 100110 110101 111100 100111

Color Harmonies of #9F9128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9128

Black with #9F9128

Text Example


Text Example

White with #9F9128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F9128; }

 p { color: rgb(159,145,40); }

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

background-color css

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

 a { background-color: rgb(159,145,40); }

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

border-color css

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

 span { border-color: rgb(159,145,40); }

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