Html Css Color HEX #9C942C Lemon Ginger

📋 copy color: '#9C942C'

red 156 ◦ green 148 ◦ blue 44

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

Shades of Lemon Ginger #9C942C

Tints of Lemon Ginger #9C942C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.64%

R = 44.83%
G = 42.53%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9C942C (or 0x9C942C) is known color: Lemon Ginger. HEX triplet: 9C, 94 and 2C. RGB value is (156,148,44). Sum of RGB (Red+Green+Blue) = 156+148+44=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C942C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C942C is #636BD3. Grayscale: #8A8A8A. Windows color (decimal): -6515668 or 2921628. OLE color: 2921628.

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

Color convert

RGB 156 148 44 -
CMYK 0 0.05 0.72 0.39
HSL 55.71º 0.56% 0.39% -
HSV(B) 55.71º 0.72% 0.61% -
XYZ 24.75 28.43 6.57 -
YUV 138.54 74.65 140.46 -
System Red Green Blue C M Y K H S L
Decimal 156 148 44 0 0.05 0.72 0.39 55.71 0.56 0.39
Hex 9C 94 2C 0 5 48 27 38 38 27
Octal 234 224 54 0 5 110 47 70 70 47
Binary 10011100 10010100 101100 0 101 1001000 100111 111000 111000 100111

Color Harmonies of #9C942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C942C

Black with #9C942C

Text Example


Text Example

White with #9C942C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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