#9CA31D

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

Shades of Citron #9CA31D

Tints of Citron #9CA31D

Color information

#9CA31D (or 0x9CA31D) is unknown color: approx Citron. HEX triplet: 9C, A3 and 1D. RGB value is (156,163,29). Sum of RGB (Red+Green+Blue) = 156+163+29=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 163 (64.06% from 255 or 46.84% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA31D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA31D is #635CE2. Grayscale: #929292. Windows color (decimal): -6511843 or 1942428. OLE color: 1942428.

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

Color convert

RGB15616329-
CMYK0.0400.820.36
HSL63.13º69.79%37.65%-
HSV(B)63.13º82.21%63.92%-
XYZ27.0333.356.18-
YUV145.6362.18135.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.83%
GREEN value IS 163 (64.06% from 255) = 46.84%
BLUE value IS 29 (11.72% from 255) = 8.33%
R=44.83%
G=46.84%
B=8.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal156163290.0400.820.3663.1369.7937.65
Hex9CA31D4052243f4626
Octal2342433540122447710646
Binary100111001010001111101100010100101001001111111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA31D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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