Html Css Color HEX #9F8925 Lemon Ginger

📋 copy color: '#9F8925'

red 159 ◦ green 137 ◦ blue 37

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

Shades of Lemon Ginger #9F8925

Tints of Lemon Ginger #9F8925

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.14%

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

R = 47.75%
G = 41.14%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9F8925 (or 0x9F8925) is known color: Lemon Ginger. HEX triplet: 9F, 89 and 25. RGB value is (159,137,37). Sum of RGB (Red+Green+Blue) = 159+137+37=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8925 is #6076DA. Grayscale: #848484. Windows color (decimal): -6321883 or 2460063. OLE color: 2460063.

HSL color Cylindrical-coordinate representation of color #9F8925: hue angle of 49.18º 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 #9F8925 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 137 37 -
CMYK 0 0.14 0.77 0.38
HSL 49.18º 0.62% 0.38% -
HSV(B) 49.18º 0.77% 0.62% -
XYZ 23.58 25.4 5.41 -
YUV 132.18 74.29 147.13 -
System Red Green Blue C M Y K H S L
Decimal 159 137 37 0 0.14 0.77 0.38 49.18 0.62 0.38
Hex 9F 89 25 0 E 4D 26 31 3E 26
Octal 237 211 45 0 16 115 46 61 76 46
Binary 10011111 10001001 100101 0 1110 1001101 100110 110001 111110 100110

Color Harmonies of #9F8925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8925

Black with #9F8925

Text Example


Text Example

White with #9F8925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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