#9CB13B

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

Shades of Limerick #9CB13B

Tints of Limerick #9CB13B

Color information

#9CB13B (or 0x9CB13B) is unknown color: approx Limerick. HEX triplet: 9C, B1 and 3B. RGB value is (156,177,59). Sum of RGB (Red+Green+Blue) = 156+177+59=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 59 (23.44% from 255 or 15.05% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB13B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CB13B is #634EC4. Grayscale: #9D9D9D. Windows color (decimal): -6508229 or 3912092. OLE color: 3912092.

HSL color Cylindrical-coordinate representation of color #9CB13B: hue angle of 70.68º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9CB13B is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB15617759-
CMYK0.1200.670.31
HSL70.68º50%46.27%-
HSV(B)70.68º66.67%69.41%-
XYZ30.2238.8310.04-
YUV157.2772.54127.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.80%
GREEN value IS 177 (69.53% from 255) = 45.15%
BLUE value IS 59 (23.44% from 255) = 15.05%
R=39.80%
G=45.15%
B=15.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156177590.1200.670.3170.685046.27
Hex9CB13BC0431F47322e
Octal23426173140103371076256
Binary1001110010110001111011110001000011111111000111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,177,59); }

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

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

 a { background-color: rgb(156,177,59); }

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

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

 span { border-color: rgb(156,177,59); }

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