Html Css Color HEX #9D8631 Lemon Ginger

📋 copy color: '#9D8631'

red 157 ◦ green 134 ◦ blue 49

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

Shades of Lemon Ginger #9D8631

Tints of Lemon Ginger #9D8631

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.41%

 BLUE value IS 49 (19.53% from 255) = 14.41%

R = 46.18%
G = 39.41%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9D8631 (or 0x9D8631) is known color: Lemon Ginger. HEX triplet: 9D, 86 and 31. RGB value is (157,134,49). Sum of RGB (Red+Green+Blue) = 157+134+49=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8631 is #6279CE. Grayscale: #838383. Windows color (decimal): -6453711 or 3245725. OLE color: 3245725.

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

Color convert

RGB 157 134 49 -
CMYK 0 0.15 0.69 0.38
HSL 47.22º 0.52% 0.4% -
HSV(B) 47.22º 0.69% 0.62% -
XYZ 22.98 24.44 6.41 -
YUV 131.19 81.62 146.41 -
System Red Green Blue C M Y K H S L
Decimal 157 134 49 0 0.15 0.69 0.38 47.22 0.52 0.4
Hex 9D 86 31 0 F 45 26 2F 34 28
Octal 235 206 61 0 17 105 46 57 64 50
Binary 10011101 10000110 110001 0 1111 1000101 100110 101111 110100 101000

Color Harmonies of #9D8631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8631

Black with #9D8631

Text Example


Text Example

White with #9D8631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,134,49); }

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

background-color css

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

 a { background-color: rgb(157,134,49); }

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

border-color css

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

 span { border-color: rgb(157,134,49); }

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