#9CA227

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

Shades of Citron #9CA227

Tints of Citron #9CA227

Color information

#9CA227 (or 0x9CA227) is unknown color: approx Citron. HEX triplet: 9C, A2 and 27. RGB value is (156,162,39). Sum of RGB (Red+Green+Blue) = 156+162+39=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA227 is #635DD8. Grayscale: #929292. Windows color (decimal): -6512089 or 2597532. OLE color: 2597532.

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

Color convert

RGB15616239-
CMYK0.0400.760.36
HSL62.93º61.19%39.41%-
HSV(B)62.93º75.93%63.53%-
XYZ2733.066.88-
YUV146.1867.51135-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.70%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 39 (15.62% from 255) = 10.92%
R=43.70%
G=45.38%
B=10.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal156162390.0400.760.3662.9361.1939.41
Hex9CA227404C243f3d27
Octal234242474011444777547
Binary100111001010001010011110001001100100100111111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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