Html Css Color HEX #9F8B25 Lemon Ginger

📋 copy color: '#9F8B25'

red 159 ◦ green 139 ◦ blue 37

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

Shades of Lemon Ginger #9F8B25

Tints of Lemon Ginger #9F8B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.04%

R = 47.46%
G = 41.49%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9F8B25 (or 0x9F8B25) is known color: Lemon Ginger. HEX triplet: 9F, 8B and 25. RGB value is (159,139,37). Sum of RGB (Red+Green+Blue) = 159+139+37=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8B25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8B25 is #6074DA. Grayscale: #858585. Windows color (decimal): -6321371 or 2460575. OLE color: 2460575.

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

Color convert

RGB 159 139 37 -
CMYK 0 0.13 0.77 0.38
HSL 50.16º 0.62% 0.38% -
HSV(B) 50.16º 0.77% 0.62% -
XYZ 23.86 25.97 5.51 -
YUV 133.35 73.63 146.29 -
System Red Green Blue C M Y K H S L
Decimal 159 139 37 0 0.13 0.77 0.38 50.16 0.62 0.38
Hex 9F 8B 25 0 D 4D 26 32 3E 26
Octal 237 213 45 0 15 115 46 62 76 46
Binary 10011111 10001011 100101 0 1101 1001101 100110 110010 111110 100110

Color Harmonies of #9F8B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8B25

Black with #9F8B25

Text Example


Text Example

White with #9F8B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,139,37); }

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

background-color css

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

 a { background-color: rgb(159,139,37); }

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

border-color css

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

 span { border-color: rgb(159,139,37); }

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