#9CA22A

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

Shades of Citron #9CA22A

Tints of Citron #9CA22A

Color information

#9CA22A (or 0x9CA22A) is unknown color: approx Citron. HEX triplet: 9C, A2 and 2A. RGB value is (156,162,42). Sum of RGB (Red+Green+Blue) = 156+162+42=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA22A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA22A is #635DD5. Grayscale: #939393. Windows color (decimal): -6512086 or 2794140. OLE color: 2794140.

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

Color convert

RGB15616242-
CMYK0.0400.740.36
HSL63º58.82%40%-
HSV(B)63º74.07%63.53%-
XYZ27.0533.087.15-
YUV146.5369.01134.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.33%
GREEN value IS 162 (63.67% from 255) = 45%
BLUE value IS 42 (16.80% from 255) = 11.67%
R=43.33%
G=45%
B=11.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal156162420.0400.740.366358.8240
Hex9CA22A404A243f3b28
Octal234242524011244777350
Binary100111001010001010101010001001010100100111111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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