Html Css Color HEX #9C822C Lemon Ginger

📋 copy color: '#9C822C'

red 156 ◦ green 130 ◦ blue 44

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

Shades of Lemon Ginger #9C822C

Tints of Lemon Ginger #9C822C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.39%

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

R = 47.27%
G = 39.39%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9C822C (or 0x9C822C) is known color: Lemon Ginger. HEX triplet: 9C, 82 and 2C. RGB value is (156,130,44). Sum of RGB (Red+Green+Blue) = 156+130+44=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C822C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C822C is #637DD3. Grayscale: #808080. Windows color (decimal): -6520276 or 2917020. OLE color: 2917020.

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

Color convert

RGB 156 130 44 -
CMYK 0 0.17 0.72 0.39
HSL 46.07º 0.56% 0.39% -
HSV(B) 46.07º 0.72% 0.61% -
XYZ 22.15 23.22 5.7 -
YUV 127.97 80.61 147.99 -
System Red Green Blue C M Y K H S L
Decimal 156 130 44 0 0.17 0.72 0.39 46.07 0.56 0.39
Hex 9C 82 2C 0 11 48 27 2E 38 27
Octal 234 202 54 0 21 110 47 56 70 47
Binary 10011100 10000010 101100 0 10001 1001000 100111 101110 111000 100111

Color Harmonies of #9C822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C822C

Black with #9C822C

Text Example


Text Example

White with #9C822C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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