#9ABB22

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

Shades of Bahia #9ABB22

Tints of Bahia #9ABB22

Color information

#9ABB22 (or 0x9ABB22) is unknown color: approx Bahia. HEX triplet: 9A, BB and 22. RGB value is (154,187,34). Sum of RGB (Red+Green+Blue) = 154+187+34=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 34 (13.67% from 255 or 9.07% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABB22 is #6544DD. Grayscale: #A0A0A0. Windows color (decimal): -6636766 or 2276250. OLE color: 2276250.

HSL color Cylindrical-coordinate representation of color #9ABB22: hue angle of 72.94º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9ABB22 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB15418734-
CMYK0.1800.820.27
HSL72.94º69.23%43.33%-
HSV(B)72.94º81.82%73.33%-
XYZ31.3942.538.07-
YUV159.6957.07123.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.07%
GREEN value IS 187 (73.44% from 255) = 49.87%
BLUE value IS 34 (13.67% from 255) = 9.07%
R=41.07%
G=49.87%
B=9.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154187340.1800.820.2772.9469.2343.33
Hex9ABB22120521B49452b
Octal232273422201223311110553
Binary100110101011101110001010010010100101101110010011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABB22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,187,34); }

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

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

 a { background-color: rgb(154,187,34); }

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

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

 span { border-color: rgb(154,187,34); }

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