#9CA517

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

Shades of Citron #9CA517

Tints of Citron #9CA517

Color information

#9CA517 (or 0x9CA517) is unknown color: approx Citron. HEX triplet: 9C, A5 and 17. RGB value is (156,165,23). Sum of RGB (Red+Green+Blue) = 156+165+23=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 165 (64.84% from 255 or 47.97% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA517 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA517 is #635AE8. Grayscale: #929292. Windows color (decimal): -6511337 or 1549724. OLE color: 1549724.

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

Color convert

RGB15616523-
CMYK0.0500.860.35
HSL63.8º75.53%36.86%-
HSV(B)63.8º86.06%64.71%-
XYZ27.3234.045.94-
YUV146.1258.52135.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.35%
GREEN value IS 165 (64.84% from 255) = 47.97%
BLUE value IS 23 (9.38% from 255) = 6.69%
R=45.35%
G=47.97%
B=6.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal156165230.0500.860.3563.875.5336.86
Hex9CA517505623404c25
Octal23424527501264310011445
Binary1001110010100101101111010101011010001110000001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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