Html Css Color HEX #9C8630 Lemon Ginger

📋 copy color: '#9C8630'

red 156 ◦ green 134 ◦ blue 48

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

Shades of Lemon Ginger #9C8630

Tints of Lemon Ginger #9C8630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.2%

R = 46.15%
G = 39.64%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9C8630 (or 0x9C8630) is known color: Lemon Ginger. HEX triplet: 9C, 86 and 30. RGB value is (156,134,48). Sum of RGB (Red+Green+Blue) = 156+134+48=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8630 is #6379CF. Grayscale: #838383. Windows color (decimal): -6519248 or 3180188. OLE color: 3180188.

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

Color convert

RGB 156 134 48 -
CMYK 0 0.14 0.69 0.39
HSL 47.78º 0.53% 0.4% -
HSV(B) 47.78º 0.69% 0.61% -
XYZ 22.77 24.33 6.29 -
YUV 130.77 81.29 145.99 -
System Red Green Blue C M Y K H S L
Decimal 156 134 48 0 0.14 0.69 0.39 47.78 0.53 0.4
Hex 9C 86 30 0 E 45 27 30 35 28
Octal 234 206 60 0 16 105 47 60 65 50
Binary 10011100 10000110 110000 0 1110 1000101 100111 110000 110101 101000

Color Harmonies of #9C8630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8630

Black with #9C8630

Text Example


Text Example

White with #9C8630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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