#9BAA38

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

Shades of Limerick #9BAA38

Tints of Limerick #9BAA38

Color information

#9BAA38 (or 0x9BAA38) is unknown color: approx Limerick. HEX triplet: 9B, AA and 38. RGB value is (155,170,56). Sum of RGB (Red+Green+Blue) = 155+170+56=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAA38 is #6455C7. Grayscale: #989898. Windows color (decimal): -6575560 or 3713691. OLE color: 3713691.

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

Color convert

RGB15517056-
CMYK0.0900.670.33
HSL67.89º50.44%44.31%-
HSV(B)67.89º67.06%66.67%-
XYZ28.61369.18-
YUV152.5273.53129.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.68%
GREEN value IS 170 (66.80% from 255) = 44.62%
BLUE value IS 56 (22.27% from 255) = 14.70%
R=40.68%
G=44.62%
B=14.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155170560.0900.670.3367.8950.4444.31
Hex9BAA3890432144322c
Octal23325270110103411046254
Binary10011011101010101110001001010000111000011000100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,170,56); }

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

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

 a { background-color: rgb(155,170,56); }

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

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

 span { border-color: rgb(155,170,56); }

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