#9BAA2B

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

Shades of Limerick #9BAA2B

Tints of Limerick #9BAA2B

Color information

#9BAA2B (or 0x9BAA2B) is unknown color: approx Limerick. HEX triplet: 9B, AA and 2B. RGB value is (155,170,43). Sum of RGB (Red+Green+Blue) = 155+170+43=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAA2B is #6455D4. Grayscale: #979797. Windows color (decimal): -6575573 or 2861723. OLE color: 2861723.

HSL color Cylindrical-coordinate representation of color #9BAA2B: hue angle of 67.09º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9BAA2B is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB15517043-
CMYK0.0900.750.33
HSL67.09º59.62%41.76%-
HSV(B)67.09º74.71%66.67%-
XYZ28.3335.897.72-
YUV151.0467.03130.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.12%
GREEN value IS 170 (66.80% from 255) = 46.20%
BLUE value IS 43 (17.19% from 255) = 11.68%
R=42.12%
G=46.20%
B=11.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155170430.0900.750.3367.0959.6241.76
Hex9BAA2B904B21433c2a
Octal23325253110113411037452
Binary10011011101010101010111001010010111000011000011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,170,43); }

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

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

 a { background-color: rgb(155,170,43); }

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

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

 span { border-color: rgb(155,170,43); }

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