#9CAA3A

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

Shades of Limerick #9CAA3A

Tints of Limerick #9CAA3A

Color information

#9CAA3A (or 0x9CAA3A) is unknown color: approx Limerick. HEX triplet: 9C, AA and 3A. RGB value is (156,170,58). Sum of RGB (Red+Green+Blue) = 156+170+58=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAA3A is #6355C5. Grayscale: #999999. Windows color (decimal): -6510022 or 3844764. OLE color: 3844764.

HSL color Cylindrical-coordinate representation of color #9CAA3A: hue angle of 67.5º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9CAA3A is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB15617058-
CMYK0.0800.660.33
HSL67.5º49.12%44.71%-
HSV(B)67.5º65.88%66.67%-
XYZ28.8536.129.45-
YUV153.0574.36130.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.62%
GREEN value IS 170 (66.80% from 255) = 44.27%
BLUE value IS 58 (23.05% from 255) = 15.10%
R=40.62%
G=44.27%
B=15.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156170580.0800.660.3367.549.1244.71
Hex9CAA3A80422144312d
Octal23425272100102411046155
Binary10011100101010101110101000010000101000011000100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,170,58); }

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

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

 a { background-color: rgb(156,170,58); }

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

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

 span { border-color: rgb(156,170,58); }

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