Html Css Color HEX #9C8626 Lemon Ginger

📋 copy color: '#9C8626'

red 156 ◦ green 134 ◦ blue 38

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

Shades of Lemon Ginger #9C8626

Tints of Lemon Ginger #9C8626

RGB

 RED value IS 156 (61.33% from 255) = 47.56%

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

 BLUE value IS 38 (15.23% from 255) = 11.59%

R = 47.56%
G = 40.85%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9C8626 (or 0x9C8626) is known color: Lemon Ginger. HEX triplet: 9C, 86 and 26. RGB value is (156,134,38). Sum of RGB (Red+Green+Blue) = 156+134+38=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8626 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8626 is #6379D9. Grayscale: #828282. Windows color (decimal): -6519258 or 2524828. OLE color: 2524828.

HSL color Cylindrical-coordinate representation of color #9C8626: hue angle of 48.81º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C8626 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 134 38 -
CMYK 0 0.14 0.76 0.39
HSL 48.81º 0.61% 0.38% -
HSV(B) 48.81º 0.76% 0.61% -
XYZ 22.59 24.26 5.33 -
YUV 129.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 156 134 38 0 0.14 0.76 0.39 48.81 0.61 0.38
Hex 9C 86 26 0 E 4C 27 31 3D 26
Octal 234 206 46 0 16 114 47 61 75 46
Binary 10011100 10000110 100110 0 1110 1001100 100111 110001 111101 100110

Color Harmonies of #9C8626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8626

Black with #9C8626

Text Example


Text Example

White with #9C8626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,134,38); }

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

background-color css

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

 a { background-color: rgb(156,134,38); }

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

border-color css

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

 span { border-color: rgb(156,134,38); }

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