#9AB421

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

Shades of Bahia #9AB421

Tints of Bahia #9AB421

Color information

#9AB421 (or 0x9AB421) is unknown color: approx Bahia. HEX triplet: 9A, B4 and 21. RGB value is (154,180,33). Sum of RGB (Red+Green+Blue) = 154+180+33=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 180 (70.70% from 255 or 49.05% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB421 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB421 is #654BDE. Grayscale: #9C9C9C. Windows color (decimal): -6638559 or 2208922. OLE color: 2208922.

HSL color Cylindrical-coordinate representation of color #9AB421: hue angle of 70.61º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9AB421 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB15418033-
CMYK0.1400.820.29
HSL70.61º69.01%41.76%-
HSV(B)70.61º81.67%70.59%-
XYZ29.9239.627.51-
YUV155.4758.89126.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.96%
GREEN value IS 180 (70.70% from 255) = 49.05%
BLUE value IS 33 (13.28% from 255) = 8.99%
R=41.96%
G=49.05%
B=8.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal154180330.1400.820.2970.6169.0141.76
Hex9AB421E0521D47452a
Octal232264411601223510710552
Binary10011010101101001000011110010100101110110001111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,180,33); }

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

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

 a { background-color: rgb(154,180,33); }

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

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

 span { border-color: rgb(154,180,33); }

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