#9CA516

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

Shades of Citron #9CA516

Tints of Citron #9CA516

Color information

#9CA516 (or 0x9CA516) is unknown color: approx Citron. HEX triplet: 9C, A5 and 16. RGB value is (156,165,22). Sum of RGB (Red+Green+Blue) = 156+165+22=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 165 (64.84% from 255 or 48.10% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA516 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA516 is #635AE9. Grayscale: #929292. Windows color (decimal): -6511338 or 1484188. OLE color: 1484188.

HSL color Cylindrical-coordinate representation of color #9CA516: hue angle of 63.78º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9CA516 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB15616522-
CMYK0.0500.870.35
HSL63.78º76.47%36.67%-
HSV(B)63.78º86.67%64.71%-
XYZ27.3134.045.89-
YUV146.0158.02135.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.48%
GREEN value IS 165 (64.84% from 255) = 48.10%
BLUE value IS 22 (8.98% from 255) = 6.41%
R=45.48%
G=48.10%
B=6.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal156165220.0500.870.3563.7876.4736.67
Hex9CA516505723404c25
Octal23424526501274310011445
Binary1001110010100101101101010101011110001110000001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,165,22); }

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

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

 a { background-color: rgb(156,165,22); }

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

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

 span { border-color: rgb(156,165,22); }

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