#9CA027

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

Shades of Citron #9CA027

Tints of Citron #9CA027

Color information

#9CA027 (or 0x9CA027) is unknown color: approx Citron. HEX triplet: 9C, A0 and 27. RGB value is (156,160,39). Sum of RGB (Red+Green+Blue) = 156+160+39=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA027 is #635FD8. Grayscale: #919191. Windows color (decimal): -6512601 or 2597020. OLE color: 2597020.

HSL color Cylindrical-coordinate representation of color #9CA027: hue angle of 61.98º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9CA027 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB15616039-
CMYK0.0200.760.37
HSL61.98º60.8%39.02%-
HSV(B)61.98º75.63%62.75%-
XYZ26.6532.366.76-
YUV145.0168.17135.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.94%
GREEN value IS 160 (62.89% from 255) = 45.07%
BLUE value IS 39 (15.62% from 255) = 10.99%
R=43.94%
G=45.07%
B=10.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal156160390.0200.760.3761.9860.839.02
Hex9CA027204C253e3d27
Octal234240472011445767547
Binary10011100101000001001111001001100100101111110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,160,39); }

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

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

 a { background-color: rgb(156,160,39); }

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

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

 span { border-color: rgb(156,160,39); }

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