#9CA31C

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

Shades of Citron #9CA31C

Tints of Citron #9CA31C

Color information

#9CA31C (or 0x9CA31C) is unknown color: approx Citron. HEX triplet: 9C, A3 and 1C. RGB value is (156,163,28). Sum of RGB (Red+Green+Blue) = 156+163+28=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA31C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA31C is #635CE3. Grayscale: #929292. Windows color (decimal): -6511844 or 1876892. OLE color: 1876892.

HSL color Cylindrical-coordinate representation of color #9CA31C: hue angle of 63.11º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9CA31C is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB15616328-
CMYK0.0400.830.36
HSL63.11º70.68%37.45%-
HSV(B)63.11º82.82%63.92%-
XYZ27.0233.356.11-
YUV145.5261.68135.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.96%
GREEN value IS 163 (64.06% from 255) = 46.97%
BLUE value IS 28 (11.33% from 255) = 8.07%
R=44.96%
G=46.97%
B=8.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal156163280.0400.830.3663.1170.6837.45
Hex9CA31C4053243f4725
Octal2342433440123447710745
Binary100111001010001111100100010100111001001111111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,163,28); }

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

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

 a { background-color: rgb(156,163,28); }

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

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

 span { border-color: rgb(156,163,28); }

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