#9BAB40

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

Shades of Limerick #9BAB40

Tints of Limerick #9BAB40

Color information

#9BAB40 (or 0x9BAB40) is unknown color: approx Limerick. HEX triplet: 9B, AB and 40. RGB value is (155,171,64). Sum of RGB (Red+Green+Blue) = 155+171+64=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAB40 is #6454BF. Grayscale: #9A9A9A. Windows color (decimal): -6575296 or 4238235. OLE color: 4238235.

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

Color convert

RGB15517164-
CMYK0.0900.630.33
HSL68.97º45.53%46.08%-
HSV(B)68.97º62.57%67.06%-
XYZ29.0136.4610.36-
YUV154.0277.2128.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.74%
GREEN value IS 171 (67.19% from 255) = 43.85%
BLUE value IS 64 (25.39% from 255) = 16.41%
R=39.74%
G=43.85%
B=16.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155171640.0900.630.3368.9745.5346.08
Hex9BAB40903F21452e2e
Octal23325310011077411055656
Binary10011011101010111000000100101111111000011000101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,171,64); }

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

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

 a { background-color: rgb(155,171,64); }

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

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

 span { border-color: rgb(155,171,64); }

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