#9AB820

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

Shades of Bahia #9AB820

Tints of Bahia #9AB820

Color information

#9AB820 (or 0x9AB820) is unknown color: approx Bahia. HEX triplet: 9A, B8 and 20. RGB value is (154,184,32). Sum of RGB (Red+Green+Blue) = 154+184+32=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB820 is #6547DF. Grayscale: #9E9E9E. Windows color (decimal): -6637536 or 2144410. OLE color: 2144410.

HSL color Cylindrical-coordinate representation of color #9AB820: hue angle of 71.84º 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 #9AB820 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB15418432-
CMYK0.1600.830.28
HSL71.84º70.37%42.35%-
HSV(B)71.84º82.61%72.16%-
XYZ30.7341.267.71-
YUV157.757.06125.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.62%
GREEN value IS 184 (72.27% from 255) = 49.73%
BLUE value IS 32 (12.89% from 255) = 8.65%
R=41.62%
G=49.73%
B=8.65%

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
Decimal154184320.1600.830.2871.8470.3742.35
Hex9AB820100531C48462a
Octal232270402001233411010652
Binary100110101011100010000010000010100111110010010001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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