#9CA31B

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

Shades of Citron #9CA31B

Tints of Citron #9CA31B

Color information

#9CA31B (or 0x9CA31B) is unknown color: approx Citron. HEX triplet: 9C, A3 and 1B. RGB value is (156,163,27). Sum of RGB (Red+Green+Blue) = 156+163+27=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA31B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA31B is #635CE4. Grayscale: #919191. Windows color (decimal): -6511845 or 1811356. OLE color: 1811356.

HSL color Cylindrical-coordinate representation of color #9CA31B: hue angle of 63.09º degrees, saturation: 0.72, 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 #9CA31B is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB15616327-
CMYK0.0400.830.36
HSL63.09º71.58%37.25%-
HSV(B)63.09º83.44%63.92%-
XYZ27.0133.346.05-
YUV145.461.18135.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.09%
GREEN value IS 163 (64.06% from 255) = 47.11%
BLUE value IS 27 (10.94% from 255) = 7.80%
R=45.09%
G=47.11%
B=7.80%

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
Decimal156163270.0400.830.3663.0971.5837.25
Hex9CA31B4053243f4825
Octal2342433340123447711045
Binary100111001010001111011100010100111001001111111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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