#9BAE33

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

Shades of Limerick #9BAE33

Tints of Limerick #9BAE33

Color information

#9BAE33 (or 0x9BAE33) is unknown color: approx Limerick. HEX triplet: 9B, AE and 33. RGB value is (155,174,51). Sum of RGB (Red+Green+Blue) = 155+174+51=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAE33 is #6451CC. Grayscale: #9A9A9A. Windows color (decimal): -6574541 or 3387035. OLE color: 3387035.

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

Color convert

RGB15517451-
CMYK0.1100.710.32
HSL69.27º54.67%44.12%-
HSV(B)69.27º70.69%68.24%-
XYZ29.2537.488.82-
YUV154.369.71128.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.79%
GREEN value IS 174 (68.36% from 255) = 45.79%
BLUE value IS 51 (20.31% from 255) = 13.42%
R=40.79%
G=45.79%
B=13.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155174510.1100.710.3269.2754.6744.12
Hex9BAE33B0472045372c
Octal23325663130107401056754
Binary10011011101011101100111011010001111000001000101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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