#9CB135

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

Shades of Limerick #9CB135

Tints of Limerick #9CB135

Color information

#9CB135 (or 0x9CB135) is unknown color: approx Limerick. HEX triplet: 9C, B1 and 35. RGB value is (156,177,53). Sum of RGB (Red+Green+Blue) = 156+177+53=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CB135 is #634ECA. Grayscale: #9D9D9D. Windows color (decimal): -6508235 or 3518876. OLE color: 3518876.

HSL color Cylindrical-coordinate representation of color #9CB135: hue angle of 70.16º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9CB135 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB15617753-
CMYK0.1200.700.31
HSL70.16º53.91%45.1%-
HSV(B)70.16º70.06%69.41%-
XYZ30.0838.779.27-
YUV156.5869.54127.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.41%
GREEN value IS 177 (69.53% from 255) = 45.85%
BLUE value IS 53 (21.09% from 255) = 13.73%
R=40.41%
G=45.85%
B=13.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156177530.1200.700.3170.1653.9145.1
Hex9CB135C0461F46362d
Octal23426165140106371066655
Binary1001110010110001110101110001000110111111000110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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