Html Css Color HEX #9F8D2B Lemon Ginger

📋 copy color: '#9F8D2B'

red 159 ◦ green 141 ◦ blue 43

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

Shades of Lemon Ginger #9F8D2B

Tints of Lemon Ginger #9F8D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.54%

R = 46.36%
G = 41.11%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#9F8D2B (or 0x9F8D2B) is known color: Lemon Ginger. HEX triplet: 9F, 8D and 2B. RGB value is (159,141,43). Sum of RGB (Red+Green+Blue) = 159+141+43=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8D2B is #6072D4. Grayscale: #878787. Windows color (decimal): -6320853 or 2854303. OLE color: 2854303.

HSL color Cylindrical-coordinate representation of color #9F8D2B: hue angle of 50.69º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F8D2B is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 141 43 -
CMYK 0 0.11 0.73 0.38
HSL 50.69º 0.57% 0.4% -
HSV(B) 50.69º 0.73% 0.62% -
XYZ 24.26 26.6 6.14 -
YUV 135.21 75.96 144.97 -
System Red Green Blue C M Y K H S L
Decimal 159 141 43 0 0.11 0.73 0.38 50.69 0.57 0.4
Hex 9F 8D 2B 0 B 49 26 33 39 28
Octal 237 215 53 0 13 111 46 63 71 50
Binary 10011111 10001101 101011 0 1011 1001001 100110 110011 111001 101000

Color Harmonies of #9F8D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8D2B

Black with #9F8D2B

Text Example


Text Example

White with #9F8D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,141,43); }

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

background-color css

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

 a { background-color: rgb(159,141,43); }

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

border-color css

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

 span { border-color: rgb(159,141,43); }

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