#9BA934

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

Shades of Limerick #9BA934

Tints of Limerick #9BA934

Color information

#9BA934 (or 0x9BA934) is unknown color: approx Limerick. HEX triplet: 9B, A9 and 34. RGB value is (155,169,52). Sum of RGB (Red+Green+Blue) = 155+169+52=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA934 is #6456CB. Grayscale: #979797. Windows color (decimal): -6575820 or 3451291. OLE color: 3451291.

HSL color Cylindrical-coordinate representation of color #9BA934: hue angle of 67.18º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9BA934 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB15516952-
CMYK0.0800.690.34
HSL67.18º52.94%43.33%-
HSV(B)67.18º69.23%66.27%-
XYZ28.3335.598.63-
YUV151.4871.86130.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.22%
GREEN value IS 169 (66.41% from 255) = 44.95%
BLUE value IS 52 (20.70% from 255) = 13.83%
R=41.22%
G=44.95%
B=13.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal155169520.0800.690.3467.1852.9443.33
Hex9BA93480452243352b
Octal23325164100105421036553
Binary10011011101010011101001000010001011000101000011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,169,52); }

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

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

 a { background-color: rgb(155,169,52); }

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

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

 span { border-color: rgb(155,169,52); }

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