Html Css Color HEX #9C9426 Lemon Ginger

📋 copy color: '#9C9426'

red 156 ◦ green 148 ◦ blue 38

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

Shades of Lemon Ginger #9C9426

Tints of Lemon Ginger #9C9426

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.27%

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

R = 45.61%
G = 43.27%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9C9426 (or 0x9C9426) is known color: Lemon Ginger. HEX triplet: 9C, 94 and 26. RGB value is (156,148,38). Sum of RGB (Red+Green+Blue) = 156+148+38=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9426 is #636BD9. Grayscale: #8A8A8A. Windows color (decimal): -6515674 or 2528412. OLE color: 2528412.

HSL color Cylindrical-coordinate representation of color #9C9426: hue angle of 55.93º 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 #9C9426 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 148 38 -
CMYK 0 0.05 0.76 0.39
HSL 55.93º 0.61% 0.38% -
HSV(B) 55.93º 0.76% 0.61% -
XYZ 24.65 28.39 6.01 -
YUV 137.85 71.65 140.94 -
System Red Green Blue C M Y K H S L
Decimal 156 148 38 0 0.05 0.76 0.39 55.93 0.61 0.38
Hex 9C 94 26 0 5 4C 27 38 3D 26
Octal 234 224 46 0 5 114 47 70 75 46
Binary 10011100 10010100 100110 0 101 1001100 100111 111000 111101 100110

Color Harmonies of #9C9426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9426

Black with #9C9426

Text Example


Text Example

White with #9C9426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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