#9abd20

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

Shades of Bahia #9ABD20

Tints of Bahia #9ABD20

Color information

#9ABD20 (or 0x9ABD20) is unknown color: approx Bahia. HEX triplet: 9A, BD and 20. RGB value is (154,189,32). Sum of RGB (Red+Green+Blue) = 154+189+32=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABD20 is #6542DF. Grayscale: #A1A1A1. Windows color (decimal): -6636256 or 2145690. OLE color: 2145690.

HSL color Cylindrical-coordinate representation of color #9ABD20: hue angle of 73.38º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9ABD20 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB15418932-
CMYK0.1900.830.26
HSL73.38º71.04%43.33%-
HSV(B)73.38º83.07%74.12%-
XYZ31.7843.378.06-
YUV160.6455.4123.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.07%
GREEN value IS 189 (74.22% from 255) = 50.4%
BLUE value IS 32 (12.89% from 255) = 8.53%
R=41.07%
G=50.4%
B=8.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal154189320.1900.830.2673.3871.0443.33
Hex9ABD20130531A49472b
Octal232275402301233211110753
Binary100110101011110110000010011010100111101010010011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9abd20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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