#9BA833

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

Shades of Limerick #9BA833

Tints of Limerick #9BA833

Color information

#9BA833 (or 0x9BA833) is unknown color: approx Limerick. HEX triplet: 9B, A8 and 33. RGB value is (155,168,51). Sum of RGB (Red+Green+Blue) = 155+168+51=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA833 is #6457CC. Grayscale: #979797. Windows color (decimal): -6576077 or 3385499. OLE color: 3385499.

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

Color convert

RGB15516851-
CMYK0.0800.700.34
HSL66.67º53.42%42.94%-
HSV(B)66.67º69.64%65.88%-
XYZ28.1235.218.45-
YUV150.7871.69131.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.44%
GREEN value IS 168 (66.02% from 255) = 44.92%
BLUE value IS 51 (20.31% from 255) = 13.64%
R=41.44%
G=44.92%
B=13.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal155168510.0800.700.3466.6753.4242.94
Hex9BA83380462243352b
Octal23325063100106421036553
Binary10011011101010001100111000010001101000101000011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,168,51); }

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

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

 a { background-color: rgb(155,168,51); }

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

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

 span { border-color: rgb(155,168,51); }

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