#9BAE2C

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

Shades of Limerick #9BAE2C

Tints of Limerick #9BAE2C

Color information

#9BAE2C (or 0x9BAE2C) is unknown color: approx Limerick. HEX triplet: 9B, AE and 2C. RGB value is (155,174,44). Sum of RGB (Red+Green+Blue) = 155+174+44=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAE2C is #6451D3. Grayscale: #9A9A9A. Windows color (decimal): -6574548 or 2928283. OLE color: 2928283.

HSL color Cylindrical-coordinate representation of color #9BAE2C: hue angle of 68.77º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9BAE2C is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB15517444-
CMYK0.1100.750.32
HSL68.77º59.63%42.75%-
HSV(B)68.77º74.71%68.24%-
XYZ29.1137.428.07-
YUV153.566.21129.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.55%
GREEN value IS 174 (68.36% from 255) = 46.65%
BLUE value IS 44 (17.58% from 255) = 11.80%
R=41.55%
G=46.65%
B=11.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155174440.1100.750.3268.7759.6342.75
Hex9BAE2CB04B20453c2b
Octal23325654130113401057453
Binary10011011101011101011001011010010111000001000101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,174,44); }

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

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

 a { background-color: rgb(155,174,44); }

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

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

 span { border-color: rgb(155,174,44); }

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