#9ABA1D

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

Shades of Bahia #9ABA1D

Tints of Bahia #9ABA1D

Color information

#9ABA1D (or 0x9ABA1D) is unknown color: approx Bahia. HEX triplet: 9A, BA and 1D. RGB value is (154,186,29). Sum of RGB (Red+Green+Blue) = 154+186+29=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABA1D is #6545E2. Grayscale: #9F9F9F. Windows color (decimal): -6637027 or 1948314. OLE color: 1948314.

HSL color Cylindrical-coordinate representation of color #9ABA1D: hue angle of 72.23º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9ABA1D is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB15418629-
CMYK0.1700.840.27
HSL72.23º73.02%42.16%-
HSV(B)72.23º84.41%72.94%-
XYZ31.1142.087.64-
YUV158.5354.9124.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.73%
GREEN value IS 186 (73.05% from 255) = 50.41%
BLUE value IS 29 (11.72% from 255) = 7.86%
R=41.73%
G=50.41%
B=7.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154186290.1700.840.2772.2373.0242.16
Hex9ABA1D110541B48492a
Octal232272352101243311011152
Binary10011010101110101110110001010101001101110010001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABA1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,186,29); }

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

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

 a { background-color: rgb(154,186,29); }

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

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

 span { border-color: rgb(154,186,29); }

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