#9C9824

Color #9C9824 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #9C9824

Tints of Citron #9C9824

Color information

#9C9824 (or 0x9C9824) is unknown color: approx Citron. HEX triplet: 9C, 98 and 24. RGB value is (156,152,36). Sum of RGB (Red+Green+Blue) = 156+152+36=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9824 is #6367DB. Grayscale: #8C8C8C. Windows color (decimal): -6514652 or 2398364. OLE color: 2398364.

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

Color convert

RGB15615236-
CMYK00.030.770.39
HSL58º62.5%37.65%-
HSV(B)58º76.92%61.18%-
XYZ25.2629.656.06-
YUV139.9769.33139.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.35%
GREEN value IS 152 (59.77% from 255) = 44.19%
BLUE value IS 36 (14.45% from 255) = 10.47%
R=45.35%
G=44.19%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561523600.030.770.395862.537.65
Hex9C9824034D273a3e26
Octal234230440311547727646
Binary10011100100110001001000111001101100111111010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,152,36); }

 H1.HeaderClassName
 {
   color: #9C9824;
 }
 .AnyTagClassName
 {
   color: #9C9824;
 }
</style>
background-color css

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

 a { background-color: rgb(156,152,36); }

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

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

 span { border-color: rgb(156,152,36); }

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