Html Css Color HEX #9D8A1F Lemon Ginger

📋 copy color: '#9D8A1F'

red 157 ◦ green 138 ◦ blue 31

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

Shades of Lemon Ginger #9D8A1F

Tints of Lemon Ginger #9D8A1F

RGB

 RED value IS 157 (61.72% from 255) = 48.16%

 GREEN value IS 138 (54.3% from 255) = 42.33%

 BLUE value IS 31 (12.5% from 255) = 9.51%

R = 48.16%
G = 42.33%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9D8A1F (or 0x9D8A1F) is known color: Lemon Ginger. HEX triplet: 9D, 8A and 1F. RGB value is (157,138,31). Sum of RGB (Red+Green+Blue) = 157+138+31=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8A1F is #6275E0. Grayscale: #838383. Windows color (decimal): -6452705 or 2067101. OLE color: 2067101.

HSL color Cylindrical-coordinate representation of color #9D8A1F: hue angle of 50.95º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D8A1F is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 138 31 -
CMYK 0 0.12 0.80 0.38
HSL 50.95º 0.67% 0.37% -
HSV(B) 50.95º 0.8% 0.62% -
XYZ 23.24 25.44 4.98 -
YUV 131.48 71.29 146.2 -
System Red Green Blue C M Y K H S L
Decimal 157 138 31 0 0.12 0.80 0.38 50.95 0.67 0.37
Hex 9D 8A 1F 0 C 50 26 33 43 25
Octal 235 212 37 0 14 120 46 63 103 45
Binary 10011101 10001010 11111 0 1100 1010000 100110 110011 1000011 100101

Color Harmonies of #9D8A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8A1F

Black with #9D8A1F

Text Example


Text Example

White with #9D8A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,138,31); }

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

background-color css

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

 a { background-color: rgb(157,138,31); }

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

border-color css

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

 span { border-color: rgb(157,138,31); }

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