#9BAD35

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

Shades of Limerick #9BAD35

Tints of Limerick #9BAD35

Color information

#9BAD35 (or 0x9BAD35) is unknown color: approx Limerick. HEX triplet: 9B, AD and 35. RGB value is (155,173,53). Sum of RGB (Red+Green+Blue) = 155+173+53=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAD35 is #6452CA. Grayscale: #9A9A9A. Windows color (decimal): -6574795 or 3517851. OLE color: 3517851.

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

Color convert

RGB15517353-
CMYK0.1000.690.32
HSL69º53.1%44.31%-
HSV(B)69º69.36%67.84%-
XYZ29.137.119-
YUV153.9471.04128.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.68%
GREEN value IS 173 (67.97% from 255) = 45.41%
BLUE value IS 53 (21.09% from 255) = 13.91%
R=40.68%
G=45.41%
B=13.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155173530.1000.690.326953.144.31
Hex9BAD35A0452045352c
Octal23325565120105401056554
Binary10011011101011011101011010010001011000001000101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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