#9AB720

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

Shades of Bahia #9AB720

Tints of Bahia #9AB720

Color information

#9AB720 (or 0x9AB720) is unknown color: approx Bahia. HEX triplet: 9A, B7 and 20. RGB value is (154,183,32). Sum of RGB (Red+Green+Blue) = 154+183+32=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB720 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB720 is #6548DF. Grayscale: #9D9D9D. Windows color (decimal): -6637792 or 2144154. OLE color: 2144154.

HSL color Cylindrical-coordinate representation of color #9AB720: hue angle of 71.52º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9AB720 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB15418332-
CMYK0.1600.830.28
HSL71.52º70.23%42.16%-
HSV(B)71.52º82.51%71.76%-
XYZ30.5240.847.64-
YUV157.1157.39125.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.73%
GREEN value IS 183 (71.88% from 255) = 49.59%
BLUE value IS 32 (12.89% from 255) = 8.67%
R=41.73%
G=49.59%
B=8.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal154183320.1600.830.2871.5270.2342.16
Hex9AB720100531C48462a
Octal232267402001233411010652
Binary100110101011011110000010000010100111110010010001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,183,32); }

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

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

 a { background-color: rgb(154,183,32); }

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

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

 span { border-color: rgb(154,183,32); }

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