#9BAB35

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

Shades of Limerick #9BAB35

Tints of Limerick #9BAB35

Color information

#9BAB35 (or 0x9BAB35) is unknown color: approx Limerick. HEX triplet: 9B, AB and 35. RGB value is (155,171,53). Sum of RGB (Red+Green+Blue) = 155+171+53=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAB35 is #6454CA. Grayscale: #999999. Windows color (decimal): -6575307 or 3517339. OLE color: 3517339.

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

Color convert

RGB15517153-
CMYK0.0900.690.33
HSL68.14º52.68%43.92%-
HSV(B)68.14º69.01%67.06%-
XYZ28.7236.358.87-
YUV152.7671.7129.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.90%
GREEN value IS 171 (67.19% from 255) = 45.12%
BLUE value IS 53 (21.09% from 255) = 13.98%
R=40.90%
G=45.12%
B=13.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155171530.0900.690.3368.1452.6843.92
Hex9BAB3590452144352c
Octal23325365110105411046554
Binary10011011101010111101011001010001011000011000100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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