#9CA833

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

Shades of Limerick #9CA833

Tints of Limerick #9CA833

Color information

#9CA833 (or 0x9CA833) is unknown color: approx Limerick. HEX triplet: 9C, A8 and 33. RGB value is (156,168,51). Sum of RGB (Red+Green+Blue) = 156+168+51=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA833 is #6357CC. Grayscale: #979797. Windows color (decimal): -6510541 or 3385500. OLE color: 3385500.

HSL color Cylindrical-coordinate representation of color #9CA833: hue angle of 66.15º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9CA833 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB15616851-
CMYK0.0700.700.34
HSL66.15º53.42%42.94%-
HSV(B)66.15º69.64%65.88%-
XYZ28.3135.318.46-
YUV151.0771.52131.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.6%
GREEN value IS 168 (66.02% from 255) = 44.8%
BLUE value IS 51 (20.31% from 255) = 13.6%
R=41.6%
G=44.8%
B=13.6%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal156168510.0700.700.3466.1553.4242.94
Hex9CA83370462242352b
Octal2342506370106421026553
Binary1001110010101000110011111010001101000101000010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,168,51); }

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

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

 a { background-color: rgb(156,168,51); }

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

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

 span { border-color: rgb(156,168,51); }

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