#9C9825

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

Shades of Citron #9C9825

Tints of Citron #9C9825

Color information

#9C9825 (or 0x9C9825) is unknown color: approx Citron. HEX triplet: 9C, 98 and 25. RGB value is (156,152,37). Sum of RGB (Red+Green+Blue) = 156+152+37=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9825 is #6367DA. Grayscale: #8C8C8C. Windows color (decimal): -6514651 or 2463900. OLE color: 2463900.

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

Color convert

RGB15615237-
CMYK00.030.760.39
HSL57.98º61.66%37.84%-
HSV(B)57.98º76.28%61.18%-
XYZ25.2729.666.14-
YUV140.0969.83139.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.22%
GREEN value IS 152 (59.77% from 255) = 44.06%
BLUE value IS 37 (14.84% from 255) = 10.72%
R=45.22%
G=44.06%
B=10.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561523700.030.760.3957.9861.6637.84
Hex9C9825034C273a3e26
Octal234230450311447727646
Binary10011100100110001001010111001100100111111010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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