Html Css Color HEX #9D8629 Lemon Ginger

📋 copy color: '#9D8629'

red 157 ◦ green 134 ◦ blue 41

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

Shades of Lemon Ginger #9D8629

Tints of Lemon Ginger #9D8629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.35%

R = 47.29%
G = 40.36%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9D8629 (or 0x9D8629) is known color: Lemon Ginger. HEX triplet: 9D, 86 and 29. RGB value is (157,134,41). Sum of RGB (Red+Green+Blue) = 157+134+41=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8629 is #6279D6. Grayscale: #828282. Windows color (decimal): -6453719 or 2721437. OLE color: 2721437.

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

Color convert

RGB 157 134 41 -
CMYK 0 0.15 0.74 0.38
HSL 48.1º 0.59% 0.39% -
HSV(B) 48.1º 0.74% 0.62% -
XYZ 22.83 24.38 5.6 -
YUV 130.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 157 134 41 0 0.15 0.74 0.38 48.1 0.59 0.39
Hex 9D 86 29 0 F 4A 26 30 3B 27
Octal 235 206 51 0 17 112 46 60 73 47
Binary 10011101 10000110 101001 0 1111 1001010 100110 110000 111011 100111

Color Harmonies of #9D8629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8629

Black with #9D8629

Text Example


Text Example

White with #9D8629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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