#9BAC3F

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

Shades of Limerick #9BAC3F

Tints of Limerick #9BAC3F

Color information

#9BAC3F (or 0x9BAC3F) is unknown color: approx Limerick. HEX triplet: 9B, AC and 3F. RGB value is (155,172,63). Sum of RGB (Red+Green+Blue) = 155+172+63=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAC3F is #6453C0. Grayscale: #9A9A9A. Windows color (decimal): -6575041 or 4172955. OLE color: 4172955.

HSL color Cylindrical-coordinate representation of color #9BAC3F: hue angle of 69.36º 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 #9BAC3F is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB15517263-
CMYK0.1000.630.33
HSL69.36º46.38%46.08%-
HSV(B)69.36º63.37%67.45%-
XYZ29.1736.8310.27-
YUV154.4976.37128.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.74%
GREEN value IS 172 (67.58% from 255) = 44.10%
BLUE value IS 63 (25% from 255) = 16.15%
R=39.74%
G=44.10%
B=16.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155172630.1000.630.3369.3646.3846.08
Hex9BAC3FA03F21452e2e
Octal2332547712077411055656
Binary1001101110101100111111101001111111000011000101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,172,63); }

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

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

 a { background-color: rgb(155,172,63); }

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

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

 span { border-color: rgb(155,172,63); }

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